source-engine/game/client/in_main.h

22 lines
398 B
C
Raw Normal View History

2023-10-03 14:23:56 +00:00
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
2020-04-22 16:56:21 +00:00
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef IN_MAIN_H
#define IN_MAIN_H
#ifdef _WIN32
#pragma once
#endif
#include "kbutton.h"
extern kbutton_t in_commandermousemove;
extern kbutton_t in_ducktoggle;
#endif // IN_MAIN_H