]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/weapons/projectile.qh
Fix typedefs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / weapons / projectile.qh
index a530df9881ecf39169a7804f31e006fa148f79f9..67e08c224bfd6f2a5f35dd8f3354c36e7d79be07 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef PROJECTILE_H
 #define PROJECTILE_H
 
-entityclass(Projectile)
+entityclass(Projectile);
 class(Projectile) .int traileffect;
 
 class(Projectile) .vector iorigin1, iorigin2;