twn_util: file_read() with :exists
This commit is contained in:
@ -55,6 +55,7 @@ TWN_API void log_vec2(Vec2 value, char const *identity);
|
||||
TWN_API void log_vec3(Vec3 value, char const *identity);
|
||||
TWN_API void log_rect(Rect value, char const *identity);
|
||||
|
||||
/* IDEA: NES debugger style frame slices that show for how long and when certain profile range takes place */
|
||||
TWN_API void profile_start(char const *profile);
|
||||
TWN_API void profile_end(char const *profile);
|
||||
|
||||
|
Reference in New Issue
Block a user