Fix some details
This commit is contained in:
parent
8450e113fa
commit
139bb2f905
4 changed files with 31 additions and 4 deletions
9
game.h
9
game.h
|
@ -167,6 +167,15 @@ uint8_t LCR_gameMusicOn(void);
|
|||
*/
|
||||
uint8_t LCR_gameGetNextAudioSample(void);
|
||||
|
||||
/**
|
||||
This macro may be redefined by frontend to a command that will be periodically
|
||||
performed during map loading. This exists to prevent making the program seem
|
||||
unresponsive or being killed by a watchdog.
|
||||
*/
|
||||
#ifndef LCR_LOADING_COMMAND
|
||||
#define LCR_LOADING_COMMAND ;
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#define LCR_LOG0(s) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue