fix game hanging on launcher error

This commit is contained in:
Sam39
2022-08-09 14:08:52 +03:00
parent 5d885240b6
commit 3810e0eb0b
4 changed files with 30 additions and 9 deletions

View File

@@ -27,4 +27,5 @@ class BeamNG {
// static int GetTickCount_D(void* GEState, void* Param2, void* Param3, void*
// Param4);
static void IPCListener();
static uint32_t IPCSender(void* LP);
};