More consistency of some sort...

Oh god, what has possessed me to do this?

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40659
This commit is contained in:
Scott Ehlert 2007-03-22 21:50:20 +00:00
parent 5b3a3cef27
commit bb92fc06a6
93 changed files with 240 additions and 155 deletions

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,16 +1,16 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================
* *
* This file is not open source and may not be copied without explicit * This file is not open source and may not be copied without explicit
* written permission of AlliedModders LLC. This file may not be redistributed * written permission of AlliedModders LLC. This file may not be redistributed
* in whole or significant part. * in whole or significant part.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* *
* Version: $Id$ * Version: $Id$
*/ */
#include <malloc.h> #include <malloc.h>
#include <string.h> #include <string.h>

View File

@ -1,16 +1,16 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================
* *
* This file is not open source and may not be copied without explicit * This file is not open source and may not be copied without explicit
* written permission of AlliedModders LLC. This file may not be redistributed * written permission of AlliedModders LLC. This file may not be redistributed
* in whole or significant part. * in whole or significant part.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* *
* Version: $Id$ * Version: $Id$
*/ */
#ifndef _INCLUDE_SOURCEMOD_CDATAPACK_H_ #ifndef _INCLUDE_SOURCEMOD_CDATAPACK_H_
#define _INCLUDE_SOURCEMOD_CDATAPACK_H_ #define _INCLUDE_SOURCEMOD_CDATAPACK_H_

View File

@ -1,16 +1,16 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================
* *
* This file is not open source and may not be copied without explicit * This file is not open source and may not be copied without explicit
* written permission of AlliedModders LLC. This file may not be redistributed * written permission of AlliedModders LLC. This file may not be redistributed
* in whole or significant part. * in whole or significant part.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* *
* Version: $Id$ * Version: $Id$
*/ */
#ifndef _INCLUDE_SOURCEMOD_CELLRECIPIENTFILTER_H_ #ifndef _INCLUDE_SOURCEMOD_CELLRECIPIENTFILTER_H_
#define _INCLUDE_SOURCEMOD_CELLRECIPIENTFILTER_H_ #define _INCLUDE_SOURCEMOD_CELLRECIPIENTFILTER_H_

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,15 +1,16 @@
/** /**
* =============================================================== * vim: set ts=4 :
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * ===============================================================
* =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* * ===============================================================
* This file is not open source and may not be copied without explicit *
* written permission of AlliedModders LLC. This file may not be redistributed * This file is not open source and may not be copied without explicit
* in whole or significant part. * written permission of AlliedModders LLC. This file may not be redistributed
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * in whole or significant part.
* * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* Version: $Id$ *
*/ * Version: $Id$
*/
#include "ConVarManager.h" #include "ConVarManager.h"
#include "PluginSys.h" #include "PluginSys.h"

View File

@ -1,15 +1,16 @@
/** /**
* =============================================================== * vim: set ts=4 :
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * ===============================================================
* =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* * ===============================================================
* This file is not open source and may not be copied without explicit *
* written permission of AlliedModders LLC. This file may not be redistributed * This file is not open source and may not be copied without explicit
* in whole or significant part. * written permission of AlliedModders LLC. This file may not be redistributed
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * in whole or significant part.
* * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* Version: $Id$ *
*/ * Version: $Id$
*/
#ifndef _INCLUDE_SOURCEMOD_CONVARMANAGER_H_ #ifndef _INCLUDE_SOURCEMOD_CONVARMANAGER_H_
#define _INCLUDE_SOURCEMOD_CONVARMANAGER_H_ #define _INCLUDE_SOURCEMOD_CONVARMANAGER_H_

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,15 +1,16 @@
/** /**
* =============================================================== * vim: set ts=4 :
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * ===============================================================
* =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* * ===============================================================
* This file is not open source and may not be copied without explicit *
* written permission of AlliedModders LLC. This file may not be redistributed * This file is not open source and may not be copied without explicit
* in whole or significant part. * written permission of AlliedModders LLC. This file may not be redistributed
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * in whole or significant part.
* * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* Version: $Id$ *
*/ * Version: $Id$
*/
#include "EventManager.h" #include "EventManager.h"
#include "ForwardSys.h" #include "ForwardSys.h"

View File

@ -1,15 +1,16 @@
/** /**
* =============================================================== * vim: set ts=4 :
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * ===============================================================
* =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* * ===============================================================
* This file is not open source and may not be copied without explicit *
* written permission of AlliedModders LLC. This file may not be redistributed * This file is not open source and may not be copied without explicit
* in whole or significant part. * written permission of AlliedModders LLC. This file may not be redistributed
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * in whole or significant part.
* * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* Version: $Id$ *
*/ * Version: $Id$
*/
#ifndef _INCLUDE_SOURCEMOD_EVENTMANAGER_H_ #ifndef _INCLUDE_SOURCEMOD_EVENTMANAGER_H_
#define _INCLUDE_SOURCEMOD_EVENTMANAGER_H_ #define _INCLUDE_SOURCEMOD_EVENTMANAGER_H_

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,16 +1,16 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================
* *
* This file is not open source and may not be copied without explicit * This file is not open source and may not be copied without explicit
* written permission of AlliedModders LLC. This file may not be redistributed * written permission of AlliedModders LLC. This file may not be redistributed
* in whole or significant part. * in whole or significant part.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* *
* Version: $Id$ * Version: $Id$
*/ */
#include "TimerSys.h" #include "TimerSys.h"

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,16 +1,16 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================
* *
* This file is not open source and may not be copied without explicit * This file is not open source and may not be copied without explicit
* written permission of AlliedModders LLC. This file may not be redistributed * written permission of AlliedModders LLC. This file may not be redistributed
* in whole or significant part. * in whole or significant part.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* *
* Version: $Id$ * Version: $Id$
*/ */
#include "UserMessages.h" #include "UserMessages.h"

View File

@ -1,16 +1,16 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================
* *
* This file is not open source and may not be copied without explicit * This file is not open source and may not be copied without explicit
* written permission of AlliedModders LLC. This file may not be redistributed * written permission of AlliedModders LLC. This file may not be redistributed
* in whole or significant part. * in whole or significant part.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* *
* Version: $Id$ * Version: $Id$
*/ */
#ifndef _INCLUDE_SOURCEMOD_CUSERMESSAGES_H_ #ifndef _INCLUDE_SOURCEMOD_CUSERMESSAGES_H_
#define _INCLUDE_SOURCEMOD_CUSERMESSAGES_H_ #define _INCLUDE_SOURCEMOD_CUSERMESSAGES_H_

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,15 +1,16 @@
/** /**
* =============================================================== * vim: set ts=4 :
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * ===============================================================
* =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* * ===============================================================
* This file is not open source and may not be copied without explicit *
* written permission of AlliedModders LLC. This file may not be redistributed * This file is not open source and may not be copied without explicit
* in whole or significant part. * written permission of AlliedModders LLC. This file may not be redistributed
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * in whole or significant part.
* * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* Version: $Id$ *
*/ * Version: $Id$
*/
#include "HandleSys.h" #include "HandleSys.h"
#include "TimerSys.h" #include "TimerSys.h"

View File

@ -1,16 +1,16 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================
* *
* This file is not open source and may not be copied without explicit * This file is not open source and may not be copied without explicit
* written permission of AlliedModders LLC. This file may not be redistributed * written permission of AlliedModders LLC. This file may not be redistributed
* in whole or significant part. * in whole or significant part.
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php * For information, see LICENSE.txt or http://www.sourcemod.net/license.php
* *
* Version: $Id$ * Version: $Id$
*/ */
#ifndef _INCLUDE_SOURCEMOD_CMSGLISTENERWRAPPER_H_ #ifndef _INCLUDE_SOURCEMOD_CMSGLISTENERWRAPPER_H_
#define _INCLUDE_SOURCEMOD_CMSGLISTENERWRAPPER_H_ #define _INCLUDE_SOURCEMOD_CMSGLISTENERWRAPPER_H_

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,20 +1,20 @@
/** /**
* vim: set ts=4 : * vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC.
* All rights reserved. * All rights reserved.
* =============================================================== * ===============================================================
* *
* This file is part of the SourceMod/SourcePawn SDK. This file may only be * This file is part of the SourceMod/SourcePawn SDK. This file may only be
* used or modified under the Terms and Conditions of its License Agreement, * used or modified under the Terms and Conditions of its License Agreement,
* which is found in public/licenses/LICENSE.txt. As of this notice, derivative * which is found in public/licenses/LICENSE.txt. As of this notice, derivative
* works must be licensed under the GNU General Public License (version 2 or * works must be licensed under the GNU General Public License (version 2 or
* greater). A copy of the GPL is included under public/licenses/GPL.txt. * greater). A copy of the GPL is included under public/licenses/GPL.txt.
* *
* To view the latest information, see: http://www.sourcemod.net/license.php * To view the latest information, see: http://www.sourcemod.net/license.php
* *
* Version: $Id$ * Version: $Id$
*/ */
#ifndef _INCLUDE_SOURCEMOD_GAMECONFIG_SYSTEM_H_ #ifndef _INCLUDE_SOURCEMOD_GAMECONFIG_SYSTEM_H_
#define _INCLUDE_SOURCEMOD_GAMECONFIG_SYSTEM_H_ #define _INCLUDE_SOURCEMOD_GAMECONFIG_SYSTEM_H_

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* =============================================================== * ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================== * ===============================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn, Copyright (C) 2004-2007 AlliedModders LLC. * SourcePawn, Copyright (C) 2004-2007 AlliedModders LLC.
* All rights reserved. * All rights reserved.

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================

View File

@ -1,4 +1,5 @@
/** /**
* vim: set ts=4 :
* ================================================================ * ================================================================
* SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved.
* ================================================================ * ================================================================