]> 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 b907adc2581212330bc2a5b27bd3eda0ef671e45..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
\ No newline at end of file
+#endif