diff options
Diffstat (limited to 'source/gfx.h')
-rw-r--r-- | source/gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gfx.h b/source/gfx.h index c5f50cb..230d692 100644 --- a/source/gfx.h +++ b/source/gfx.h @@ -19,7 +19,7 @@ extern struct SGFX GFX; bool S9xInitGFX(); void S9xDeinitGFX(); -bool S9xInitUpdate(void); +bool S9xInitUpdate(); struct SGFX { |