Correct header file extension
This commit is contained in:
parent
194b1f0f9c
commit
e126fdaceb
|
@ -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__
|
|
@ -1,6 +1,6 @@
|
|||
#include "../../include/GPU/GPU.h"
|
||||
#include <PSX/File/Processor/File_Processor.hpp>
|
||||
#include <PSX/GPU/GPU.h>
|
||||
#include <PSX/GPU/GPU.hpp>
|
||||
|
||||
#include "splash_image_boot.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue