mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-04 16:28:00 +01:00
gamestates-stub: Fix PreDraw not being included in the stub
This commit is contained in:
parent
721f222774
commit
99e49129be
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void GAMESTATES_STUB_CONCAT(name, _Gamestate_Tick)() {} \
|
|||
void GAMESTATES_STUB_CONCAT(name, _Gamestate_PostLoad)() {} \
|
||||
void GAMESTATES_STUB_CONCAT(name, _Gamestate_Pause)() {} \
|
||||
void GAMESTATES_STUB_CONCAT(name, _Gamestate_Resume)() {} \
|
||||
void GAMESTATES_STUB_CONCAT(name, _Gamestate_Reload)() {}
|
||||
void GAMESTATES_STUB_CONCAT(name, _Gamestate_Reload)() {} \
|
||||
void GAMESTATES_STUB_CONCAT(name, _Gamestate_PreDraw)() {}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue