diff options
Diffstat (limited to 'NorthstarDLL/miscserverscript.h')
-rw-r--r-- | NorthstarDLL/miscserverscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/miscserverscript.h b/NorthstarDLL/miscserverscript.h index 8197e502..d11e7ac5 100644 --- a/NorthstarDLL/miscserverscript.h +++ b/NorthstarDLL/miscserverscript.h @@ -1,2 +1,2 @@ void InitialiseMiscServerScriptCommand(HMODULE baseAddress); -void* GetPlayerByIndex(int playerIndex);
\ No newline at end of file +void* GetPlayerByIndex(int playerIndex); |