mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-22 20:11:25 +00:00
10 lines
184 B
C
Executable file
10 lines
184 B
C
Executable file
// Current version of holomatch game
|
|
|
|
#ifndef STV_VERSION_H_
|
|
#define STV_VERSION_H_
|
|
|
|
static const char Q3_VERSION[] = "RPG-X V 2.4.1ua";
|
|
|
|
#endif /* STV_VERSION_H_ */
|
|
|
|
// end
|