mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-07 17:21:09 +10:00
Fixed API naming convention
Anything prepended with TOY_API is 'public'. Anything that starts with Toy_private_* shouldn't be touched.
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@
|
||||
//defined separately, as compilation can take several seconds, invalidating the comparisons of the given macros
|
||||
static const char* build = __DATE__ " " __TIME__ ", incomplete Toy v2.x";
|
||||
|
||||
const char* Toy_private_version_build(void) {
|
||||
const char* Toy_private_versionBuild(void) {
|
||||
return build;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user