]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/oo/base.qh
Merge branch 'master' into terencehill/slider_anim_improvements
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / oo / base.qh
1 #ifndef BASE_H
2 #define BASE_H
3
4 #include "../../common/oo.qh"
5
6 #include "../../common/util.qh"
7 #include "../../dpdefs/keycodes.qh"
8
9 #define world NULL
10
11 #endif