mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
22 lines
388 B
C
22 lines
388 B
C
|
//========= Copyright <20> 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
|