mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
8 lines
178 B
C
8 lines
178 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define GAME_VERSION_N "6.0 alpha"
|
|
#define GAME_TITLE "REDRIVER2"
|
|
#define GAME_VERSION GAME_TITLE " " GAME_VERSION_N
|
|
|
|
#endif // VERSION_H
|