Add UserStats to project.
This commit is contained in:
@@ -48,11 +48,13 @@ bool SteamWorks::SDK_OnLoad(char *error, size_t maxlength, bool late)
|
||||
this->pSWForward = new SteamWorksForwards;
|
||||
this->pGSNatives = new SteamWorksGSNatives;
|
||||
this->pGSHooks = new SteamWorksGSHooks;
|
||||
this->pSSNatives = new SteamWorksSSNatives;
|
||||
return true;
|
||||
}
|
||||
|
||||
void SteamWorks::SDK_OnUnload()
|
||||
{
|
||||
delete this->pSSNatives;
|
||||
delete this->pGSHooks;
|
||||
delete this->pGSNatives;
|
||||
delete this->pSWForward;
|
||||
|
||||
Reference in New Issue
Block a user