Revert files in current pull requests

This commit is contained in:
Ammar Askar
2025-06-03 17:17:55 -04:00
parent 67050779fe
commit e0626b6ccb
10 changed files with 79 additions and 79 deletions
+3 -3
View File
@@ -87,9 +87,9 @@ public:
void wait_action1(void*);
void demo();
void shadowDraw();
BOOL _draw();
BOOL _execute();
BOOL _delete();
bool _draw();
bool _execute();
bool _delete();
cPhs_State _create();
void bodyCreateHeap();
void itemCreateHeap();
+3 -3
View File
@@ -113,9 +113,9 @@ public:
void wait_action1(void*);
void demo();
void shadowDraw();
BOOL _draw();
BOOL _execute();
BOOL _delete();
bool _draw();
bool _execute();
bool _delete();
cPhs_State _create();
void bodyCreateHeap();
void effcCreateHeap();
+3 -3
View File
@@ -53,9 +53,9 @@ public:
void talk01();
void wait_action1(void*);
void demo();
BOOL _draw();
BOOL _execute();
BOOL _delete();
bool _draw();
bool _execute();
bool _delete();
cPhs_State _create();
void CreateHeap();
+3 -3
View File
@@ -26,9 +26,9 @@ public:
void wait01();
void wait02();
void wait_action1(void*);
BOOL _draw();
BOOL _execute();
BOOL _delete();
bool _draw();
bool _execute();
bool _delete();
cPhs_State _create();
public: