mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-01-09 16:28:02 +01:00
11 lines
274 B
C
11 lines
274 B
C
|
#ifndef DEFINES_H
|
||
|
#define DEFINES_H
|
||
|
|
||
|
/*
|
||
|
* These values are automatically set according to their cmake variables.
|
||
|
*/
|
||
|
#define LIBSUPERDERPY_GAMENAME "${LIBSUPERDERPY_GAMENAME}"
|
||
|
#define LIBSUPERDERPY_GAMENAME_PRETTY "${LIBSUPERDERPY_GAMENAME_PRETTY}"
|
||
|
|
||
|
#endif /* DEFINES_H */
|