c++ify a little

This commit is contained in:
DubbleClick
2023-11-15 19:11:07 +01:00
parent 7c471a4ceb
commit 75a5427287
6 changed files with 43 additions and 63 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public:
int AddClient(uMod_TextureClient* client, TextureFileStruct** update, int* number); // called from a Client
int RemoveClient(uMod_TextureClient* client); // called from a Client
int MainLoop(); // is executed in a server thread
int Initialize(); // is executed in a server thread
// following functions are only public for testing purpose !!