X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fweaponslist.qc;h=d6eae6ec93317bb659b541dfd95c1468fe4f6643;hp=a82f2525e6be4b318127d09be7ec378059dea8df;hb=50db7ae6bd2b87d7d7d06792985ec5219a8a5969;hpb=2d5aa7ee7767f1efe503f0e1da6d4e7d88355b0a diff --git a/qcsrc/menu/xonotic/weaponslist.qc b/qcsrc/menu/xonotic/weaponslist.qc index a82f2525e..d6eae6ec9 100644 --- a/qcsrc/menu/xonotic/weaponslist.qc +++ b/qcsrc/menu/xonotic/weaponslist.qc @@ -1,4 +1,5 @@ -#ifdef INTERFACE +#ifndef WEAPONSLIST_H +#define WEAPONSLIST_H CLASS(XonoticWeaponsList, XonoticListBox) METHOD(XonoticWeaponsList, configureXonoticWeaponsList, void(entity)) METHOD(XonoticWeaponsList, toString, string(entity))