]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
fixed keynum_t issue, it was declared as an extern variable (?!?) in the header,...
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index 51d0691b24e41ce82e2e3e14fc78868dda5194ea..3736ac4d561419af08bbf85197d1bf3a591b4fa3 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -32,7 +32,7 @@
 //
 // these are the key numbers that should be passed to Key_Event
 //
-extern enum keynum_e
+typedef enum keynum_e
 {
        K_TAB                   = 9,
        K_ENTER                 = 13,