libsuperderpy/src/defines.h.in

11 lines
274 B
C
Raw Normal View History

2016-11-07 01:45:12 +01:00
#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 */