]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/rubble.qh
Merge branch 'master' into terencehill/string_prefixes_cleanup
[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