]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/csqcprojectile.qh
Merge branch 'master' into martin-t/mg-solidpen
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / csqcprojectile.qh
index c2ecc3e4d45cd9d9b4e03a810121739ebcabb239..af8c96085b3c5d8cd2e7419ee19dadf691d359d1 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef CSQCPROJECTILE_H
-#define CSQCPROJECTILE_H
+#pragma once
 
 .float csqcprojectile_clientanimate;
 
@@ -7,4 +6,3 @@ void CSQCProjectile(entity e, float clientanimate, float type, float docull);
 void UpdateCSQCProjectile(entity e);
 void UpdateCSQCProjectileAfterTeleport(entity e);
 void CSQCProjectile_Check(entity e);
-#endif