]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/calculations.qh
Update default video settings
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / calculations.qh
index d91d22c67c2c0491c9da5bad2b5d2d09ad034aae..d749cc15eea53f9d89595941ce82c58e1de0538e 100644 (file)
@@ -1,5 +1,7 @@
-#ifndef CALCULATIONS_H
-#define CALCULATIONS_H
+#pragma once
+
 vector damage_explosion_calcpush(vector explosion_f, vector target_v, float speedfactor);
 vector W_CalculateSpread(vector forward, float spread, float spreadfactor, float spreadstyle);
-#endif
+int W_GunAlign(entity this, int preferred_align);
+//int W_GetGunAlignment(entity player);
+float explosion_calcpush_getmultiplier(vector explosion_v, vector target_v);