]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/rubble.qh
#includes: cleanup client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qh
index 5ff1b55777e769f40b1446c0f71a1b1e5f1f70d8..944116802559089519025d01219e79a9f50cb5be 100644 (file)
@@ -1,6 +1,7 @@
-#ifndef RUBBLE_H
-#define RUBBLE_H
-.float creationtime;
+#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);
 #endif