]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/items/all.qc
Merge master into qc_physics_prehax (blame TimePath if it's completely broken)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qc
1 #ifndef ALL_C
2 #define ALL_C
3 #include "all.qh"
4
5 #include "all.inc"
6
7 void Dump_Items()
8 {
9     ITEMS_FOREACH(true, LAMBDA({
10         ITEM_HANDLE(Show, it);
11     }));
12 }
13
14 #endif