]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qh
Cleanup weapons #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qh
index b8d1fc53335072011ee7698bda67187477ef30c7..a8a9117d59e07307cc6677af1086fb776b0af8e9 100644 (file)
@@ -68,6 +68,10 @@ void UncustomizeEntitiesRun();
 void InitializeEntitiesRun();
 
 void stopsoundto(float _dest, entity e, float chan);
+void soundtoat(float _dest, entity e, vector o, float chan, string samp, float vol, float _atten);
+float ExponentialFalloff(float mindist, float maxdist, float halflifedist, float d);
+
+vector shotorg_adjust(vector vecs, float y_is_right, float visual);
 
 float DistributeEvenly_amount;
 float DistributeEvenly_totalweight;