More build fixes.
This commit is contained in:
parent
a620e1490c
commit
f039c0636e
@ -31,6 +31,7 @@ for i in SM.sdkInfo:
|
||||
'vnatives.cpp',
|
||||
'voice.cpp',
|
||||
'vsound.cpp',
|
||||
'hooks.cpp',
|
||||
'vstringtable.cpp',
|
||||
'sdk/smsdk_ext.cpp'
|
||||
])
|
||||
|
@ -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:
|
||||
|
@ -29,6 +29,7 @@
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "vcallbuilder.h"
|
||||
#include "extension.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user