First version of the SOurce SDK 2013
This commit is contained in:
21
sp/src/game/client/in_main.h
Normal file
21
sp/src/game/client/in_main.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//========= 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
|
||||
Reference in New Issue
Block a user