]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/items/all.qc
Merge branches 'TimePath/oo', 'TimePath/buffsys', 'TimePath/gametypesys'
[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, 0, ITEM_COUNT, true, LAMBDA({
10         ITEM_HANDLE(Show, it);
11     }));
12 }
13
14 #endif