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:
+2
-2
@@ -59,8 +59,8 @@
|
||||
#define TOY_VERSION_PATCH 0
|
||||
|
||||
//defined as a function, for technical reasons
|
||||
#define TOY_VERSION_BUILD Toy_private_version_build()
|
||||
TOY_API const char* Toy_private_version_build(void);
|
||||
#define TOY_VERSION_BUILD Toy_private_versionBuild()
|
||||
const char* Toy_private_versionBuild(void);
|
||||
|
||||
/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user