]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/nexposee.qh
Merge branch 'master' into terencehill/dynamic_hud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / nexposee.qh
1 #pragma once
2
3 #include "../item/nexposee.qh"
4 CLASS(XonoticNexposee, Nexposee)
5         METHOD(XonoticNexposee, configureXonoticNexposee, void(entity));
6         METHOD(XonoticNexposee, close, void(entity));
7 ENDCLASS(XonoticNexposee)
8 entity makeXonoticNexposee();