Oh forgot these, even though they don't matter much
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40764
This commit is contained in:
parent
9decd4196a
commit
4432602e83
@ -25,6 +25,11 @@
|
|||||||
#include <IPlayerHelpers.h>
|
#include <IPlayerHelpers.h>
|
||||||
#include "extension.h"
|
#include "extension.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file extension.cpp
|
||||||
|
* @brief Implements BAT Support extension code.
|
||||||
|
*/
|
||||||
|
|
||||||
BatSupport g_BatSupport; /**< Global singleton for your extension's main interface */
|
BatSupport g_BatSupport; /**< Global singleton for your extension's main interface */
|
||||||
IAdminSystem *admins = NULL;
|
IAdminSystem *admins = NULL;
|
||||||
IPlayerManager *players = NULL;
|
IPlayerManager *players = NULL;
|
||||||
|
@ -43,6 +43,10 @@ struct CustomFlag
|
|||||||
FlagBits bit;
|
FlagBits bit;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Implementation of the BAT Support extension.
|
||||||
|
* Note: Uncomment one of the pre-defined virtual functions in order to use it.
|
||||||
|
*/
|
||||||
class BatSupport :
|
class BatSupport :
|
||||||
public SDKExtension,
|
public SDKExtension,
|
||||||
public IMetamodListener,
|
public IMetamodListener,
|
||||||
|
Loading…
Reference in New Issue
Block a user