mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-02-13 11:43:38 +00:00
Added ServerProcess to BaseMod coding
Required for new T2-CPP mods now.
This commit is contained in:
parent
bdca76020c
commit
0a1e4da05d
1 changed files with 6 additions and 1 deletions
|
|
@ -5,6 +5,11 @@ extern "C"
|
|||
{
|
||||
__declspec(dllexport) void ModInitialize(void)
|
||||
{
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
__declspec(dllexport) void ServerProcess(unsigned int deltaTime)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue