multithreading done

This commit is contained in:
Priec
2025-12-11 12:15:20 +01:00
parent 8382d1caec
commit 42d07e9715
3 changed files with 139 additions and 58 deletions

View File

@@ -0,0 +1,6 @@
// src/game/game_state.cpp
#include "game_state.h"
GameState g_state;
Mutex g_state_mutex;