]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/items/all.qc
Merge branch 'terencehill/itemstime_readyrestart_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qc
1 #ifndef ITEMS_ALL_C
2 #define ITEMS_ALL_C
3 #include "all.qh"
4
5 #include "all.inc"
6
7 void Dump_Items()
8 {
9     FOREACH(ITEMS, true, LAMBDA(
10         ITEM_HANDLE(Show, it);
11     ));
12 }
13
14 #endif