new file format with versioning and layer opacity

This commit is contained in:
2018-09-20 21:12:48 +02:00
parent 3a81d337d4
commit 9ea1ca4fae
8 changed files with 94 additions and 15 deletions

View File

@@ -3,6 +3,10 @@
extern const char* g_version;
extern const char* g_version_number;
extern const char* g_window_title;
extern const int g_version_major;
extern const int g_version_minor;
extern const int g_version_fix;
extern const int g_version_build;
#ifdef _WIN32
extern const wchar_t* g_version_w;