1 Commits

Author SHA1 Message Date
ad89806b30 update file format
Some checks failed
Linux arm64 / Build (push) Failing after 56s
2026-02-02 18:37:20 +01:00

View File

@@ -8,7 +8,7 @@
#include <optional>
#include <SFML/Graphics.hpp>
static const int CURRENT_FILE_FORMAT_VERSION = 11;
static const int CURRENT_FILE_FORMAT_VERSION = 12;
static const int MAXIMUM_BOARD_WIDTH = 40;
static const int MAXIMUM_BOARD_HEIGHT = 40;