mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-03-14 23:30:00 +01:00
13 lines
500 B
C
13 lines
500 B
C
#ifndef LIBSUPERDERPY_DEFINES_H
|
|
#define LIBSUPERDERPY_DEFINES_H
|
|
|
|
/*
|
|
* These values are automatically set according to their cmake variables.
|
|
*/
|
|
#define LIBSUPERDERPY_VENDOR "${LIBSUPERDERPY_VENDOR}"
|
|
#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 */
|