1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00
Files
hl2sdk/game/client/in_main.h
2025-05-17 14:17:42 -04:00

22 lines
420 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