2019-01-11 15:26:12 +01:00
|
|
|
#ifndef LIBSUPERDERPY_DEFINES_H
|
|
|
|
#define LIBSUPERDERPY_DEFINES_H
|
2016-11-07 01:45:12 +01:00
|
|
|
|
|
|
|
/*
|
|
|
|
* These values are automatically set according to their cmake variables.
|
|
|
|
*/
|
2020-03-20 06:00:41 +01:00
|
|
|
#define LIBSUPERDERPY_VENDOR "${LIBSUPERDERPY_VENDOR}"
|
2016-11-07 01:45:12 +01:00
|
|
|
#define LIBSUPERDERPY_GAMENAME "${LIBSUPERDERPY_GAMENAME}"
|
|
|
|
#define LIBSUPERDERPY_GAMENAME_PRETTY "${LIBSUPERDERPY_GAMENAME_PRETTY}"
|
2018-08-05 00:50:54 +02:00
|
|
|
#define LIBSUPERDERPY_GAME_GIT_REV "${LIBSUPERDERPY_GAME_GIT_REV}"
|
2019-11-11 23:36:55 +01:00
|
|
|
#define LIBSUPERDERPY_GAME_VERSION "${LIBSUPERDERPY_VERSION}"
|
2016-11-07 01:45:12 +01:00
|
|
|
|
2019-01-11 15:26:12 +01:00
|
|
|
#endif /* LIBSUPERDERPY_DEFINES_H */
|