X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Frubble.qh;h=b19406c77e3e0afc9ce1719aa49db9dd8db92295;hb=5e49383b6f8696d44d3e280590c0ff8b3be22256;hp=5ff1b55777e769f40b1446c0f71a1b1e5f1f70d8;hpb=530e06120a7b41f6175b1144fedf6903da8c13b0;p=xonotic%2Fxonotic-data.pk3dir.git 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