]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/rubble.qh
Merge branch 'master' into terencehill/tooltips_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qh
index f963d5f373578a3ba79797475d77a2c6458519d7..944116802559089519025d01219e79a9f50cb5be 100644 (file)
@@ -1,6 +1,6 @@
-#ifndef RUBBLE_H
-#define RUBBLE_H
-entityclass(Rubble)
+#ifndef CLIENT_RUBBLE_H
+#define CLIENT_RUBBLE_H
+entityclass(Rubble);
 class(Rubble) .float creationtime;
 void RubbleLimit(string cname, float limit, void() deleteproc);
 entity RubbleNew(string cname);