]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/rubble.qh
Define client entity classes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qh
index 5ff1b55777e769f40b1446c0f71a1b1e5f1f70d8..f963d5f373578a3ba79797475d77a2c6458519d7 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef RUBBLE_H
 #define RUBBLE_H
-.float creationtime;
+entityclass(Rubble)
+class(Rubble) .float creationtime;
 void RubbleLimit(string cname, float limit, void() deleteproc);
 entity RubbleNew(string cname);
 #endif