Fix some details

This commit is contained in:
Miloslav Ciz 2025-03-24 16:24:14 +01:00
parent 8450e113fa
commit 139bb2f905
4 changed files with 31 additions and 4 deletions

9
game.h
View file

@ -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) ;