diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-21 20:59:57 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-21 20:59:57 +0100 |
commit | 93d540dd37298b9e9a6c1f07b5c4a8dc46a2787d (patch) | |
tree | ee87733a5689f50a9066bf5e5979e8829547b476 /NorthstarDedicatedTest/mapsprint.cpp | |
parent | 3f515e00d19d969fa6697a60a32e9204a05a97ee (diff) | |
download | NorthstarLauncher-93d540dd37298b9e9a6c1f07b5c4a8dc46a2787d.tar.gz NorthstarLauncher-93d540dd37298b9e9a6c1f07b5c4a8dc46a2787d.zip |
remove unnecessary header files
Diffstat (limited to 'NorthstarDedicatedTest/mapsprint.cpp')
-rw-r--r-- | NorthstarDedicatedTest/mapsprint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/mapsprint.cpp b/NorthstarDedicatedTest/mapsprint.cpp index ca66487e..bf94c548 100644 --- a/NorthstarDedicatedTest/mapsprint.cpp +++ b/NorthstarDedicatedTest/mapsprint.cpp @@ -106,10 +106,10 @@ void RefreshMapList() } } -typedef int (*_Host_Map_f_CompletionFuncType)( +typedef int (*__fastcall _Host_Map_f_CompletionFuncType)( char const* cmdname, char const* partial, char commands[COMMAND_COMPLETION_MAXITEMS][COMMAND_COMPLETION_ITEM_LENGTH]); _Host_Map_f_CompletionFuncType _Host_Map_f_CompletionFunc; -int _Host_Map_f_CompletionFuncHook( +int __fastcall _Host_Map_f_CompletionFuncHook( char const* cmdname, char const* partial, char commands[COMMAND_COMPLETION_MAXITEMS][COMMAND_COMPLETION_ITEM_LENGTH]) { // don't update our map list often from this func, only refresh every 10 seconds so we avoid constantly reading fs |