Custom log function.

This commit is contained in:
jussi
2022-03-04 15:46:22 +02:00
parent c3ae0a6c28
commit 8035d31109
6 changed files with 48 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ int main( int argn, const char **argc ) {
else {
sprintf( exePath, "%s/", GetWorkingDirectory() );
}
TraceLog( LOG_INFO, "ReiLua %d.%d.%d", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH );
stateInit( exePath );