libsuperderpy/src/defines.h.in
2016-11-07 01:45:12 +01:00

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 */