source-sdk-2013-mapbase/sp/src/game/client/in_main.h
2013-12-02 19:46:31 -08:00

22 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