Correct header file extension
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __JABYENGINE_GPU_H__
|
||||
#define __JABYENGINE_GPU_H__
|
||||
#ifndef __JABYENGINE_GPU_HPP__
|
||||
#define __JABYENGINE_GPU_HPP__
|
||||
#include "../System/IOPorts/GPU_IO.hpp"
|
||||
|
||||
namespace GPU {
|
||||
@@ -14,4 +14,4 @@ namespace GPU {
|
||||
}
|
||||
}
|
||||
|
||||
#endif //!__JABYENGINE_GPU_H__
|
||||
#endif //!__JABYENGINE_GPU_HPP__
|
Reference in New Issue
Block a user