From 8e6f2352299db7eb633adc2b3b3721021a06cde3 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Sat, 3 Feb 2007 19:37:19 +0000 Subject: [PATCH] Adding CVS headers to new files in CVS. --- reaction/game/g_matchmode.c | 13 +++++++++++++ reaction/game/g_matchmode.h | 13 +++++++++++++ reaction/game/g_parser.c | 13 +++++++++++++ reaction/game/g_parser.h | 13 +++++++++++++ reaction/game/g_scripts.c | 13 +++++++++++++ 5 files changed, 65 insertions(+) diff --git a/reaction/game/g_matchmode.c b/reaction/game/g_matchmode.c index 8f45608d..ad11a777 100644 --- a/reaction/game/g_matchmode.c +++ b/reaction/game/g_matchmode.c @@ -1,3 +1,16 @@ +//----------------------------------------------------------------------------- +// +// $Id$ +// +//----------------------------------------------------------------------------- +// +// $Log$ +// Revision 1.41 2007/02/03 19:37:19 jbravo +// Adding CVS headers to new files in CVS. +// +// +//----------------------------------------------------------------------------- + #include "g_local.h" // JBravo: for warnings int ClientNumberFromString(gentity_t * to, char *s); diff --git a/reaction/game/g_matchmode.h b/reaction/game/g_matchmode.h index be70b3c0..f878fbe6 100644 --- a/reaction/game/g_matchmode.h +++ b/reaction/game/g_matchmode.h @@ -1,3 +1,16 @@ +//----------------------------------------------------------------------------- +// +// $Id$ +// +//----------------------------------------------------------------------------- +// +// $Log$ +// Revision 1.16 2007/02/03 19:37:19 jbravo +// Adding CVS headers to new files in CVS. +// +// +//----------------------------------------------------------------------------- + #define MM_OK_COLOR S_COLOR_GREEN #define MM_DENY_COLOR S_COLOR_RED #define MM_NAMES_COLOR S_COLOR_BLUE diff --git a/reaction/game/g_parser.c b/reaction/game/g_parser.c index f33f4984..1760394f 100644 --- a/reaction/game/g_parser.c +++ b/reaction/game/g_parser.c @@ -1,3 +1,16 @@ +//----------------------------------------------------------------------------- +// +// $Id$ +// +//----------------------------------------------------------------------------- +// +// $Log$ +// Revision 1.5 2007/02/03 19:37:19 jbravo +// Adding CVS headers to new files in CVS. +// +// +//----------------------------------------------------------------------------- + #include "q_shared.h" #include "g_parser.h" diff --git a/reaction/game/g_parser.h b/reaction/game/g_parser.h index 3a681182..f9a354a5 100644 --- a/reaction/game/g_parser.h +++ b/reaction/game/g_parser.h @@ -1,3 +1,16 @@ +//----------------------------------------------------------------------------- +// +// $Id$ +// +//----------------------------------------------------------------------------- +// +// $Log$ +// Revision 1.5 2007/02/03 19:37:19 jbravo +// Adding CVS headers to new files in CVS. +// +// +//----------------------------------------------------------------------------- + #ifndef _G_PARSER_H_ #define _G_PARSER_H_ /////////////////////////////////////////////////////////////// diff --git a/reaction/game/g_scripts.c b/reaction/game/g_scripts.c index 5072223f..249239e0 100644 --- a/reaction/game/g_scripts.c +++ b/reaction/game/g_scripts.c @@ -1,3 +1,16 @@ +//----------------------------------------------------------------------------- +// +// $Id$ +// +//----------------------------------------------------------------------------- +// +// $Log$ +// Revision 1.3 2007/02/03 19:37:19 jbravo +// Adding CVS headers to new files in CVS. +// +// +//----------------------------------------------------------------------------- + #include "g_parser.h" #define BUFFER_SIZE (32 * 1024)