Backed out changeset: 07fb9b761438

This commit is contained in:
Nicholas Hastings
2010-11-19 15:52:33 -05:00
parent 616113d384
commit 251fd660f9
2 changed files with 1 additions and 14 deletions
+1 -9
View File
@@ -35,10 +35,9 @@
#include <IShareSys.h>
#define SMINTERFACE_SDKTOOLS_NAME "ISDKTools"
#define SMINTERFACE_SDKTOOLS_VERSION 2
#define SMINTERFACE_SDKTOOLS_VERSION 1
class IServer;
class IGameRules;
/**
* @brief SDKTools shared API
@@ -62,13 +61,6 @@ namespace SourceMod
* @return IServer pointer, or NULL if SDKTools was unable to find one.
*/
virtual IServer* GetIServer() = 0;
/**
* @brief Returns a pointer to GameRules if one was found.
*
* @return GameRules pointer, or NULL if SDKTools was unable to find one.
*/
virtual IGameRules* GetGameRules() = 0;
};
}