]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/rubble.qh
b907adc2581212330bc2a5b27bd3eda0ef671e45
[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