22 lines
419 B
C
22 lines
419 B
C
//========= Copyright © 1996-2005, 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
|