diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-31 14:05:28 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-31 14:05:28 +0100 |
| commit | d0e8abf2c50286733fc7c7d03d3ad752555194a0 (patch) | |
| tree | 271d992f640f37b3287338752318ff42a67d6fc6 /src/ochess.hpp | |
| parent | aadfef20c89599ad2091811f3c25926fdf175253 (diff) | |
Versioning configuration file
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp index 7fc4280..d5b7c16 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -35,7 +35,7 @@ #define CONFIG_OPEN(name) wxConfig *name = new wxConfig("ochess") #define CONFIG_CLOSE(name) delete name - +#define CONFIG_VERSION "1.0" class Game; class GameBase; |
