mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 14:46:07 +00:00
@@ -12,6 +12,8 @@ public:
|
||||
COsContext(bool, bool);
|
||||
~COsContext();
|
||||
|
||||
void OpenWindow(const char* title, int x, int y, int w, int h, bool fullscreen);
|
||||
|
||||
uint GetBaseFreeRam() const {
|
||||
size_t hiAddr = reinterpret_cast< size_t >(x1c_arenaHi);
|
||||
size_t loAddr = reinterpret_cast< size_t >(x20_arenaLo2);
|
||||
|
||||
Reference in New Issue
Block a user