diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-03 15:03:55 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-05-03 15:33:22 -0600 |
| commit | 65dfeded8cceaa5f604074eaecc13dc28144371f (patch) | |
| tree | 6262b1594f96f3d01b32178409f06099fcd99968 /src/main.h | |
| parent | 8d90ff8d9f4712b33fc41edfbc148641a84866a9 (diff) | |
Update main.h
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index f760b9e44..2adc38a68 100644 --- a/src/main.h +++ b/src/main.h @@ -101,7 +101,7 @@ void func_80002600(void); void func_8000262C(void); void func_80002658(void); void update_gamestate(void); -void thread5_game_loop(void*); +void thread5_game_loop(void); void thread4_audio(void*); |
