]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/view.qh
Introduce proper constants for cursor types (while fixing compilation units)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / view.qh
index 93af4255e2b95570cd5ab278b22af71110b8368e..6b3fe4430ec360889a2226139aeda99eab3d0120 100644 (file)
@@ -15,3 +15,9 @@ void TrueAim_Init();
 entity viewmodels[MAX_WEAPONSLOTS];
 
 vector viewloc_mousepos;
+
+int cursor_type;
+const int CURSOR_NORMAL = 0;
+const int CURSOR_MOVE = 1;
+const int CURSOR_RESIZE = 2;
+const int CURSOR_RESIZE2 = 3;