added TileMaps to TSE
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user