More build fixes.

This commit is contained in:
David Anderson
2009-08-30 01:34:24 -07:00
parent a620e1490c
commit f039c0636e
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -393,6 +393,11 @@ const char *SDKTools::GetDate()
return SM_BUILD_TIMESTAMP;
}
void SDKTools::OnClientPutInServer(int client)
{
g_Hooks.OnClientPutInServer(client);
}
class SDKTools_API : public ISDKTools
{
public: