Add UserStats to project.

This commit is contained in:
KyleSanderson
2014-01-12 18:37:20 -07:00
parent 0c303159a1
commit e5e3807329
5 changed files with 221 additions and 1 deletions
+2
View File
@@ -47,6 +47,7 @@
#include "swforwards.h"
#include "gsnatives.h"
#include "swgshooks.h"
#include "ssnatives.h"
/**
* @brief Sample implementation of the SDK Extension.
@@ -134,6 +135,7 @@ public:
SteamWorksGameServer *pSWGameServer;
SteamWorksGSNatives *pGSNatives;
SteamWorksGSHooks *pGSHooks;
SteamWorksSSNatives *pSSNatives;
};
extern SteamWorks g_SteamWorks;