mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 18:32:42 +01:00
11 lines
221 B
C
11 lines
221 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef GAME_VERSION_N
|
|
#define GAME_VERSION_N "7.0"
|
|
#endif // GAME_VERSION_N
|
|
|
|
#define GAME_TITLE "REDRIVER2"
|
|
#define GAME_VERSION GAME_TITLE " " GAME_VERSION_N
|
|
|
|
#endif // VERSION_H
|