Implement & link m_view

This commit is contained in:
Cuyler36
2023-06-16 22:02:37 -04:00
parent 0fd8193c15
commit a5ee2e8de7
9 changed files with 468 additions and 19 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ extern "C" {
typedef struct pause_t{
int enabled;
int timer;
}pause_t; // size = 0x8
} pause_t; // size = 0x8
void Pause_ct(pause_t* pause);