X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fnexposee.qc;h=7c2bcacd9f9fcd25d5714db7a774571e1f1c4d8f;hp=966b11a988a0e9fbb2604c682dafea668a113255;hb=37cf62041a76248472ef6a78feaaed33e35a2260;hpb=5f9a104fb3f5ef5f8a68d671425290ea8a6f9843 diff --git a/qcsrc/menu/xonotic/nexposee.qc b/qcsrc/menu/xonotic/nexposee.qc index 966b11a98..7c2bcacd9 100644 --- a/qcsrc/menu/xonotic/nexposee.qc +++ b/qcsrc/menu/xonotic/nexposee.qc @@ -1,14 +1,5 @@ -#ifndef NEXPOSEE_H -#define NEXPOSEE_H -#include "../item/nexposee.qc" -CLASS(XonoticNexposee, Nexposee) - METHOD(XonoticNexposee, configureXonoticNexposee, void(entity)) - METHOD(XonoticNexposee, close, void(entity)) -ENDCLASS(XonoticNexposee) -entity makeXonoticNexposee(); -#endif +#include "nexposee.qh" -#ifdef IMPLEMENTATION entity makeXonoticNexposee() { entity me; @@ -25,4 +16,3 @@ void XonoticNexposee_close(entity me) { m_goto(string_null); // hide } -#endif