source-engine/engine/cheatcodes.h

27 lines
493 B
C
Raw Normal View History

2020-04-22 16:56:21 +00:00
//========= 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