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
@@ -91,4 +91,4 @@ TOY_API int Toy_compareValues(Toy_Value left, Toy_Value right);
|
||||
TOY_API union Toy_String_t* Toy_stringifyValue(struct Toy_Bucket** bucketHandle, Toy_Value value);
|
||||
|
||||
//for error messages
|
||||
TOY_API const char* Toy_private_getValueTypeAsCString(Toy_ValueType type);
|
||||
TOY_API const char* Toy_getValueTypeAsCString(Toy_ValueType type);
|
||||
|
||||
Reference in New Issue
Block a user