Latest Changes

This commit is contained in:
Michael Dirks
2015-09-19 18:46:44 +02:00
parent 0b343ac97d
commit 2224ab3724
4 changed files with 6 additions and 18 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "dllmain.h"
#include "steam\steam_gameserver.h"
#include "SteamworksSDK/public/steam/steam_gameserver.h"
DLL_EXPORT uint32_t DLL_CALL BlitzSteamGameServer_Init(uint32_t unIP, uint16_t usSteamPort, uint16_t usGamePort, uint16_t usQueryPort, EServerMode eServerMode, const char *pchVersionString) {
return SteamGameServer_Init(unIP, usSteamPort, usGamePort, usQueryPort, eServerMode, pchVersionString);