mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-12-21 14:58:49 -05:00
Fix type
This commit is contained in:
parent
8b8c0eceb9
commit
1fca497d9b
8
game.h
8
game.h
@ -75,10 +75,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SFG_GAME_STEP_COMMAND
|
#ifndef SFG_GAME_STEP_COMMAND
|
||||||
#define SFG_GAME_STEP_COMMAND {} /**< Will be called each simlation step (good
|
#define SFG_GAME_STEP_COMMAND {} /**< Will be called each simulation step
|
||||||
for creating deterministic behavior such as
|
(good for creating deterministic behavior
|
||||||
demos (SFG_mainLoopBody() calls potentially
|
such as demos (SFG_mainLoopBody() calls
|
||||||
multiple simulation steps). */
|
potentially multiple simulation steps). */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user