css_enhanced_waf/engine/cheatcodes.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

26 lines
493 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//===========================================================================//
#ifndef CHEATCODES_H
#define CHEATCODES_H
#ifdef _WIN32
#pragma once
#endif
#include "inputsystem/ButtonCode.h"
void ClearCheatCommands( void );
void ReadCheatCommandsFromFile( char *pchFileName );
void LogKeyPress( ButtonCode_t code );
void CheckCheatCodes();
#endif // CHEATCODES_H