source2006/cl_dll/in_main.h
2020-02-25 05:28:57 +02:00

21 lines
367 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;
#endif // IN_MAIN_H