Correct header file extension

This commit is contained in:
2022-10-02 16:45:02 +02:00
parent 194b1f0f9c
commit e126fdaceb
2 changed files with 4 additions and 4 deletions

View File

@@ -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__