Add module names
This commit is contained in:
parent
0bbbc26f2a
commit
eb640d27a1
7 changed files with 73 additions and 6 deletions
6
audio.h
6
audio.h
|
@ -12,6 +12,12 @@
|
|||
are generated procedurally.
|
||||
*/
|
||||
|
||||
#ifdef LCR_MODULE_NAME
|
||||
#undef LCR_MODULE_NAME
|
||||
#endif
|
||||
|
||||
#define LCR_MODULE_NAME "audio"
|
||||
|
||||
#define LCR_SOUND_NONE 0
|
||||
#define LCR_SOUND_CLICK 1
|
||||
#define LCR_SOUND_CRASH_SMALL 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue