Merge branch 'jgrpp' into jgrpp-beta

# Conflicts:
#	src/network/core/packet.cpp
#	src/network/core/udp.cpp
This commit is contained in:
Jonathan G Rennison
2021-10-29 22:22:54 +01:00
45 changed files with 382 additions and 107 deletions

View File

@@ -337,8 +337,10 @@ int GetCurrentThreadName(char *str, const char *last)
return 0;
}
#if !defined(NO_THREADS)
static pthread_t main_thread;
static pthread_t game_thread;
#endif
void SetSelfAsMainThread()
{