Add logs and checks

This commit is contained in:
Miloslav Ciz 2024-09-27 00:08:52 +02:00
parent 28a1256a88
commit e9f919052c
5 changed files with 104 additions and 10 deletions

View file

@ -131,4 +131,11 @@
#define LCR_SETTING_SMOOTH_ANIMATIONS 1
#endif
#ifndef LCR_SETTING_LOG_LEVEL
/** How detailed the console logs should be. 0 turns off logging, 1 means
normal, 2 more detailed etc. Setting high log level may result in spam and
slower game, but is useful for debugging. */
#define LCR_SETTING_LOG_LEVEL 1
#endif
#endif // guard