Protection against multiple inclusion.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2684 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2007-09-23 15:05:42 +00:00
parent 4828fb8947
commit 6f0d7dc679
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef __CLIENT_KEYS_H__
#define __CLIENT_KEYS_H__
//
// these are the key numbers that should be passed to Key_Event
//
@ -176,3 +179,5 @@ void Key_ClearStates (void);
void Key_ConsoleDrawSelectionBox(void);
#endif