mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Began picking through the old logic
This commit is contained in:
8
source/toy_common.c
Normal file
8
source/toy_common.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "toy_common.h"
|
||||
|
||||
//defined separately, as compilation can take several seconds, invalidating the comparisons of __TIME__
|
||||
static const char* build = __DATE__ " " __TIME__ ";development branch";
|
||||
|
||||
const char* Toy_private_version_build() {
|
||||
return build;
|
||||
}
|
||||
Reference in New Issue
Block a user