mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Removed some old notes
This commit is contained in:
@@ -16,5 +16,3 @@ TOY_API void Toy_setAssertFailureCallback(Toy_callbackType cb);
|
||||
TOY_API void Toy_resetPrintCallback(void);
|
||||
TOY_API void Toy_resetErrorCallback(void);
|
||||
TOY_API void Toy_resetAssertFailureCallback(void);
|
||||
|
||||
//TODO: rename print.h to debug?
|
||||
@@ -92,5 +92,5 @@ TOY_API int Toy_compareValues(Toy_Value left, Toy_Value right);
|
||||
//convert the value to a string - values that *are* strings are simply copied
|
||||
TOY_API union Toy_String_t* Toy_stringifyValue(struct Toy_Bucket** bucketHandle, Toy_Value value);
|
||||
|
||||
//for debugging
|
||||
//for error messages
|
||||
TOY_API const char* Toy_private_getValueTypeAsCString(Toy_ValueType type);
|
||||
|
||||
Reference in New Issue
Block a user