maybe dox won't barf on this now

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401143
This commit is contained in:
David Anderson 2007-07-19 23:42:10 +00:00
parent 1919b97e92
commit 76f7f8fbdb

View File

@ -19,6 +19,11 @@
#ifndef _INCLUDE_SOURCEMOD_INTERFACE_IPLAYERHELPERS_H_ #ifndef _INCLUDE_SOURCEMOD_INTERFACE_IPLAYERHELPERS_H_
#define _INCLUDE_SOURCEMOD_INTERFACE_IPLAYERHELPERS_H_ #define _INCLUDE_SOURCEMOD_INTERFACE_IPLAYERHELPERS_H_
/**
* @file IPlayerHelpers.h
* @brief Defines basic helper functions for Half-Life 2 clients
*/
#include <IShareSys.h> #include <IShareSys.h>
#include <IAdminSystem.h> #include <IAdminSystem.h>
@ -27,10 +32,6 @@
struct edict_t; struct edict_t;
/**
* @file IPlayerHelpers.h
* @brief Defines basic helper functions for Half-Life 2 clients
*/
namespace SourceMod namespace SourceMod
{ {
/** /**