css_enhanced_waf/game/client/in_main.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

21 lines
385 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// 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