mirror of
https://github.com/zeldaret/ss
synced 2026-06-17 15:16:38 -04:00
d_gfx mostly OK
This commit is contained in:
+10
-6
@@ -2,14 +2,18 @@
|
||||
#define D_SYS_H
|
||||
|
||||
#include "common.h"
|
||||
#include "m/m_color.h"
|
||||
#include "egg/core/eggHeap.h"
|
||||
#include "nw4r/ut/ut_Color.h"
|
||||
|
||||
namespace dSys {
|
||||
class dSys_c {
|
||||
public:
|
||||
static void setFrameRate(u8);
|
||||
static u8 getFrameRate();
|
||||
|
||||
void setFrameRate(u32);
|
||||
u8 getFrameRate();
|
||||
void setClearColor(mColor clr);
|
||||
static void setClearColor(nw4r::ut::Color clr);
|
||||
|
||||
} // namespace dSys_c
|
||||
static EGG::Heap *ms_RootHeapMem1;
|
||||
static EGG::Heap *ms_RootHeapMem2;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user