mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-19 18:14:44 +00:00
6 lines
122 B
C
6 lines
122 B
C
|
|
//
|
||
|
|
#include <Windows.h>
|
||
|
|
#include <string>
|
||
|
|
#include <unordered_set>
|
||
|
|
|
||
|
|
void serverProcessReplacement(unsigned int timeDelta);
|