#include <IHandleSys.h>
#include <sp_vm_api.h>
#include <IDataPack.h>
#include <time.h>
Include dependency graph for ISourceMod.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | SourceMod |
Classes | |
| class | SourceMod::ISourceMod |
| Contains miscellaneous helper functions. More... | |
Defines | |
| #define | SMINTERFACE_SOURCEMOD_NAME "ISourceMod" |
| #define | SMINTERFACE_SOURCEMOD_VERSION 7 |
Typedefs | |
| typedef void(*) | SourceMod::GAME_FRAME_HOOK (bool simulating) |
| Called when a game frame is fired. | |
Enumerations | |
| enum | SourceMod::PathType { SourceMod::Path_None = 0, SourceMod::Path_Game, SourceMod::Path_SM, SourceMod::Path_SM_Rel } |
| Describes various ways of formatting a base path. More... | |
Definition in file ISourceMod.h.
1.5.1