mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-03-26 07:39:09 +00:00
WatchDog implementation; moved Bahke's server process code into a generalized mod loader implementation to allow loaded mods to hook into the server process
This commit is contained in:
parent
831d49cc20
commit
a7c9fc2f6e
21 changed files with 466 additions and 467 deletions
8
ModLoader/Modloader/include/stdafx.h
Normal file
8
ModLoader/Modloader/include/stdafx.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
//
|
||||
#include <Windows.h>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
|
||||
typedef void (*ServerProcessPointer)(unsigned int);
|
||||
|
||||
void serverProcessReplacement(unsigned int timeDelta);
|
||||
Loading…
Add table
Add a link
Reference in a new issue