X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Frubble.qh;h=b19406c77e3e0afc9ce1719aa49db9dd8db92295;hp=5ff1b55777e769f40b1446c0f71a1b1e5f1f70d8;hb=86c9dc7c3696c329496b06375c1e79fb407401ce;hpb=f2c50fe4e6218a0a1bb0ca078ee122c5ba6a238d diff --git a/qcsrc/client/rubble.qh b/qcsrc/client/rubble.qh index 5ff1b5577..b19406c77 100644 --- a/qcsrc/client/rubble.qh +++ b/qcsrc/client/rubble.qh @@ -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