Replace include guards with pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef __JABYENGINE_PRIMITIVE_GPU_COMMANDS_HPP__
|
||||
#define __JABYENGINE_PRIMITIVE_GPU_COMMANDS_HPP__
|
||||
#pragma once
|
||||
#include "../../System/IOPorts/gpu_io.hpp"
|
||||
#include "linked_elements.hpp"
|
||||
#include "primitive_support_types.hpp"
|
||||
@@ -16,6 +15,4 @@ namespace JabyEngine {
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif // !__JABYENGINE_PRIMITIVE_GPU_COMMANDS_HPP__
|
||||
}
|
Reference in New Issue
Block a user