Implement & link second_game.c

This commit is contained in:
Cuyler36
2023-05-29 10:54:50 -04:00
parent 5ea32de601
commit 068d951791
9 changed files with 121 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ extern "C" {
extern s16 atans_table(f32 x, f32 y);
extern f32 atanf_table(f32 x, f32 y);
extern void init_rnd();
#ifdef __cplusplus
}