PCG-FPS  v2 m0.22.4
Simple First Person Shooter with Procedurally Generated Level
version.h
Go to the documentation of this file.
1 #ifndef SKR_FPS2_VERSION_H
2 #define SKR_FPS2_VERSION_H
3 
4 namespace skr
5 {
6 namespace fps2
7 {
8 
9  // defines version number of project
10 
11 #define PCGFPS_MAJOR_VERSION 0
12 #define PCGFPS_MINOR_VERSION 22
13 #define PCGFPS_PATCH_VERSION 4
14 
15 }
16 }
17 
18 #endif // ! SKR_FPS2_VERSION_H
skr
Definition: AssetPath.h:10