#ifndef LIBSUPERDERPY_DEFINES_H #define LIBSUPERDERPY_DEFINES_H /* * These values are automatically set according to their cmake variables. */ #define LIBSUPERDERPY_GAMENAME "${LIBSUPERDERPY_GAMENAME}" #define LIBSUPERDERPY_GAMENAME_PRETTY "${LIBSUPERDERPY_GAMENAME_PRETTY}" #define LIBSUPERDERPY_GAME_GIT_REV "${LIBSUPERDERPY_GAME_GIT_REV}" #define LIBSUPERDERPY_GAME_VERSION "${LIBSUPERDERPY_VERSION}" #endif /* LIBSUPERDERPY_DEFINES_H */