]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/rubble.qh
#includes: cleanup client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qh
1 #ifndef CLIENT_RUBBLE_H
2 #define CLIENT_RUBBLE_H
3 entityclass(Rubble);
4 class(Rubble) .float creationtime;
5 void RubbleLimit(string cname, float limit, void() deleteproc);
6 entity RubbleNew(string cname);
7 #endif