Got it to compile with sokol changes (UNTESTED)

This commit is contained in:
2024-05-22 03:28:16 -04:00
parent 405716e52b
commit 9cd0692e56
8 changed files with 600 additions and 3 deletions

View File

@ -351,7 +351,5 @@ main :: proc()
log("Succesfuly closed")
file_close( logger.file )
// TODO(Ed) : Add string interning!!!!!!!!!
// file_rename( logger.file_path, path_logger_finalized )
file_rename( str_fmt_buffer( fmt_backing[:], "%s/sectr.log", Path_Logs), path_logger_finalized )
}