mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-01-09 00:17:59 +01:00
10 lines
274 B
C
10 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 */
|