ADDED: Working directory info at initialization

This commit is contained in:
Ray 2024-07-21 10:28:23 +02:00
parent fc5eab5676
commit fde0dcd0ab
1 changed files with 2 additions and 0 deletions

View File

@ -683,6 +683,8 @@ void InitWindow(int width, int height, const char *title)
// Initialize random seed
SetRandomSeed((unsigned int)time(NULL));
TRACELOG(LOG_INFO, "SYSTEM: Working Directory: %s", GetWorkingDirectory());
}
// Close window and unload OpenGL context