Trunk build fixes
Fixed up IGameHelpers.h such that it no longer requires HL2SDK headers if a function doesn't need them --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402144
This commit is contained in:
+10
-7
@@ -33,19 +33,22 @@
|
||||
#define _INCLUDE_SOURCEMOD_GAMEHELPERS_H_
|
||||
|
||||
#include <IShareSys.h>
|
||||
#include <dt_send.h>
|
||||
#include <server_class.h>
|
||||
#include <datamap.h>
|
||||
#include <edict.h>
|
||||
|
||||
#define SMINTERFACE_GAMEHELPERS_NAME "IGameHelpers"
|
||||
#define SMINTERFACE_GAMEHELPERS_VERSION 2
|
||||
|
||||
/**
|
||||
* @file IGameHelpers.h
|
||||
* @brief Provides Source helper functions.
|
||||
*/
|
||||
|
||||
#define SMINTERFACE_GAMEHELPERS_NAME "IGameHelpers"
|
||||
#define SMINTERFACE_GAMEHELPERS_VERSION 2
|
||||
|
||||
class CBaseEntity;
|
||||
class SendProp;
|
||||
class ServerClass;
|
||||
struct edict_t;
|
||||
struct datamap_t;
|
||||
struct typedescription_t;
|
||||
|
||||
namespace SourceMod
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user