diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2023-08-16 19:11:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 11:11:19 -0700 |
| commit | fca5307ea908606c40c051d4c366ed8dcf077258 (patch) | |
| tree | e7cbc4524c9510a935c62ab191eeeefa11374687 /include/m_collision_bg.h | |
| parent | c7a746e71e310a23ba43a7208b9c83d2d1d483ee (diff) | |
m_play (#50)
* m_play
* Some warnings
* lots of function renames from the gcn version
* fix warnings
* format
* a
* a
* PR
* PR2
---------
Co-authored-by: Maide <you@example.com>
Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'include/m_collision_bg.h')
| -rw-r--r-- | include/m_collision_bg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_collision_bg.h b/include/m_collision_bg.h index d7bdf4d..a95a36c 100644 --- a/include/m_collision_bg.h +++ b/include/m_collision_bg.h @@ -92,7 +92,7 @@ // void func_8006B97C_jp(); // void func_8006BAA8_jp(); // void func_8006BAE4_jp(); -// void func_8006BB64_jp(); +void func_8006BB64_jp(void); // void func_8006BB9C_jp(); // void func_8006BBE8_jp(); // void func_8006BBF8_jp(); @@ -105,9 +105,9 @@ // void func_8006C4B4_jp(); // void func_8006C5A8_jp(); // void func_8006C634_jp(); -// void func_8006C740_jp(); +void mCoBG_CalcTimerDecalCircle(void); // void func_8006C7B4_jp(); -// void func_8006C8D0_jp(); +void func_8006C8D0_jp(void); // void func_8006C910_jp(); // void func_8006C980_jp(); // void func_8006D3B0_jp(); |
