added TileMaps to TSE

This commit is contained in:
2026-02-08 18:09:46 +01:00
parent ea2dc4f6b5
commit 330d4b26dc
12 changed files with 643 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ namespace TSE
{
#define TSE_VERSION_MAJOR 0
#define TSE_VERSION_MINOR 1
#define TSE_VERSION_BUILD 3
#define TSE_VERSION_BUILD 4
#define TSE_VERSION_STRING std::to_string(TSE_VERSION_MAJOR) + "." + std::to_string(TSE_VERSION_MINOR) + "." + std::to_string(TSE_VERSION_BUILD)