]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/laser.qc
Buffs: rename registry globals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / laser.qc
index f0a9a459468c69fb07012b8e9d18d21484dd5a73..d023ea9b59957e72f52ee8114f1c91fcb1ee43b3 100644 (file)
@@ -1,20 +1,17 @@
 #include "laser.qh"
+#include "_all.qh"
 
 #include "hook.qh"
-#include "main.qh"
 
-#include "../common/buffs.qh"
+#include "../common/buffs/all.qh"
 
 #include "../csqcmodellib/cl_model.qh"
 #include "../csqcmodellib/interpolate.qh"
 
-#include "../dpdefs/csprogsdefs.qh"
-
-
 // a laser goes from origin in direction angles
 // it has color 'colormod'
 // and stops when something is in the way
-entityclass(Laser)
+entityclass(Laser);
 class(Laser) .int cnt; // end effect
 class(Laser) .vector colormod;
 class(Laser) .int state; // on-off