From 76f7f8fbdb506eb8840a73243cd11af4f27c5b0c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 19 Jul 2007 23:42:10 +0000 Subject: [PATCH] maybe dox won't barf on this now --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401143 --- public/IPlayerHelpers.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/IPlayerHelpers.h b/public/IPlayerHelpers.h index 252e3b20..b97999e1 100644 --- a/public/IPlayerHelpers.h +++ b/public/IPlayerHelpers.h @@ -19,6 +19,11 @@ #ifndef _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 #include @@ -27,10 +32,6 @@ struct edict_t; -/** - * @file IPlayerHelpers.h - * @brief Defines basic helper functions for Half-Life 2 clients - */ namespace SourceMod { /**