Correct header file extension
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef __JABYENGINE_GPU_H__
|
#ifndef __JABYENGINE_GPU_HPP__
|
||||||
#define __JABYENGINE_GPU_H__
|
#define __JABYENGINE_GPU_HPP__
|
||||||
#include "../System/IOPorts/GPU_IO.hpp"
|
#include "../System/IOPorts/GPU_IO.hpp"
|
||||||
|
|
||||||
namespace GPU {
|
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 "../../include/GPU/GPU.h"
|
||||||
#include <PSX/File/Processor/File_Processor.hpp>
|
#include <PSX/File/Processor/File_Processor.hpp>
|
||||||
#include <PSX/GPU/GPU.h>
|
#include <PSX/GPU/GPU.hpp>
|
||||||
|
|
||||||
#include "splash_image_boot.hpp"
|
#include "splash_image_boot.hpp"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user