diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-09-10 16:19:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 16:19:19 -0600 |
| commit | 47e95c0e182ed21486648d88e2ce52aa05d2fe7c (patch) | |
| tree | b9025bed5e0393286914d6a76112ce1d79c33d48 /src/main.h | |
| parent | cf05266bf93e23072aa890c753d328bedf2a5cb0 (diff) | |
[enhancement] Freecam (#56)
* Create noclip.c
* Create noclip.h
* Update camera.c
* Update render_courses.c
* Update ImguiUI.cpp
* Freecam Done
* Add smoothing to window
* Update freecam
* focus player
* fix
* Update freecam.c
* Update freecam.h
* Update render_courses.c
* Update FreecamWindow.cpp
* Update Engine.cpp
* Move vars
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 3a5ceaf56..55611629f 100644 --- a/src/main.h +++ b/src/main.h @@ -104,6 +104,7 @@ void update_gamestate(void); void thread5_game_loop(void); void thread5_iteration(void); void thread4_audio(void*); +extern f32 gDeltaTime; extern struct VblankHandler* gVblankHandler1; extern struct VblankHandler* gVblankHandler2; |
