diff options
Diffstat (limited to 'NorthstarDedicatedTest/net.h')
-rw-r--r-- | NorthstarDedicatedTest/net.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/net.h b/NorthstarDedicatedTest/net.h new file mode 100644 index 00000000..20627996 --- /dev/null +++ b/NorthstarDedicatedTest/net.h @@ -0,0 +1,3 @@ +#pragma once + +const char* NET_ErrorString(int iCode); |