mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-12 06:48:07 -04:00
Revert files in current pull requests
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user