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:
Scott Ehlert 2007-05-09 05:30:56 +00:00
parent 9decd4196a
commit 4432602e83
2 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,11 @@
#include <IPlayerHelpers.h>
#include "extension.h"
/**
* @file extension.cpp
* @brief Implements BAT Support extension code.
*/
BatSupport g_BatSupport; /**< Global singleton for your extension's main interface */
IAdminSystem *admins = NULL;
IPlayerManager *players = NULL;

View File

@ -43,6 +43,10 @@ struct CustomFlag
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 :
public SDKExtension,
public IMetamodListener,