More build fixes.
This commit is contained in:
parent
a620e1490c
commit
f039c0636e
@ -31,6 +31,7 @@ for i in SM.sdkInfo:
|
|||||||
'vnatives.cpp',
|
'vnatives.cpp',
|
||||||
'voice.cpp',
|
'voice.cpp',
|
||||||
'vsound.cpp',
|
'vsound.cpp',
|
||||||
|
'hooks.cpp',
|
||||||
'vstringtable.cpp',
|
'vstringtable.cpp',
|
||||||
'sdk/smsdk_ext.cpp'
|
'sdk/smsdk_ext.cpp'
|
||||||
])
|
])
|
||||||
|
@ -393,6 +393,11 @@ const char *SDKTools::GetDate()
|
|||||||
return SM_BUILD_TIMESTAMP;
|
return SM_BUILD_TIMESTAMP;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SDKTools::OnClientPutInServer(int client)
|
||||||
|
{
|
||||||
|
g_Hooks.OnClientPutInServer(client);
|
||||||
|
}
|
||||||
|
|
||||||
class SDKTools_API : public ISDKTools
|
class SDKTools_API : public ISDKTools
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
* Version: $Id$
|
* Version: $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "vcallbuilder.h"
|
#include "vcallbuilder.h"
|
||||||
#include "extension.h"
|
#include "extension.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user