diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ int main( int argn, const char **argc ) { sprintf( exePath, "%s/", GetWorkingDirectory() ); } + TraceLog( LOG_INFO, "ReiLua %d.%d.%d", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH ); stateInit( exePath ); while ( state->run ) { |
