mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 23:19:18 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//====== Copyright © 1996-2005, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
@@ -23,7 +23,7 @@ enum debughistorycategories_t
|
||||
MAX_HISTORY_CATEGORIES,
|
||||
};
|
||||
|
||||
#define DISABLE_DEBUG_HISTORY
|
||||
#undef DISABLE_DEBUG_HISTORY
|
||||
|
||||
#if defined(DISABLE_DEBUG_HISTORY)
|
||||
#define ADD_DEBUG_HISTORY( category, line ) ((void)0)
|
||||
@@ -32,4 +32,6 @@ enum debughistorycategories_t
|
||||
void AddDebugHistoryLine( int iCategory, const char *pszLine );
|
||||
#endif
|
||||
|
||||
void ClearDebugHistory();
|
||||
|
||||
#endif // ENV_DEBUGHISTORY_H
|
||||
|
||||
Reference in New Issue
Block a user