mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 10:17:01 +00:00
14
include/Kyoto/Graphics/CGraphicsSys.hpp
Normal file
14
include/Kyoto/Graphics/CGraphicsSys.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CGRAPHICSSYS_HPP
|
||||
#define _CGRAPHICSSYS_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CGraphicsSys {
|
||||
public:
|
||||
~CGraphicsSys();
|
||||
|
||||
private:
|
||||
u32 pad;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user