#define LIBSCRATCHCPP_EXPORT
Definition global.h:17
The main namespace of the library.
Definition asset.h:10
LIBSCRATCHCPP_EXPORT void string_pool_free(StringPtr *str)
Definition string_pool.cpp:44
LIBSCRATCHCPP_EXPORT StringPtr * string_pool_new()
Definition string_pool.cpp:24
The StringPtr struct holds a string data pointer and string size.
Definition stringptr.h:14