summarylogtreecommitdiffstats
path: root/keys-guard.patch
blob: 0e91961c67f9e7cb54bedd6ddbad2a1a7a2c2742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/client/keys.h
+++ b/client/keys.h
@@ -18,6 +18,9 @@
 
 */
 
+#ifndef _KEYS_H
+#define _KEYS_H
+
 //
 // these are the key numbers that should be passed to Key_Event
 //
@@ -121,3 +124,5 @@
 void Key_SetBinding (int keynum, char *binding);
 void Key_ClearStates (void);
 int Key_GetKey (void);
+
+#endif