#ifndef _CGRAPHICSSYS_HPP
#define _CGRAPHICSSYS_HPP
#include "types.h"
class CGraphicsSys {
public:
~CGraphicsSys();
private:
u32 pad;
};
#endif