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