]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/rubble.qh
5ff1b55777e769f40b1446c0f71a1b1e5f1f70d8
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qh
1 #ifndef RUBBLE_H
2 #define RUBBLE_H
3 .float creationtime;
4 void RubbleLimit(string cname, float limit, void() deleteproc);
5 entity RubbleNew(string cname);
6 #endif