X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2F_all.inc;h=cffa8f7223112bd286813b5a8d98b926b81ddcd6;hb=910d5295d631181792d354f44a80b63dc3e629eb;hp=2c943e01bcfaab3444a4230d64ba53eed321542b;hpb=89b0810f80f6fc223d0ab779da6c897b72b6e678;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/_all.inc b/qcsrc/lib/_all.inc index 2c943e01b..cffa8f722 100644 --- a/qcsrc/lib/_all.inc +++ b/qcsrc/lib/_all.inc @@ -1,24 +1,69 @@ -#include "../warpzonelib/mathlib.qc" +#ifndef NOCOMPAT + #define COMPAT_NO_MOD_IS_XONOTIC +#endif -#include "Accumulate.qh" -#include "Counting.qh" -#include "Cvar.qh" -#include "Defer.qh" -#include "Draw.qh" -#include "I18N.qh" -#include "Lazy.qh" -#include "Math.qh" -#include "Nil.qh" +#include "compiler.qh" + +#ifndef QCC_SUPPORT_INT + #define int float +#endif + +#ifndef QCC_SUPPORT_BOOL + #define bool float +#endif + +#if defined(CSQC) + #include "../dpdefs/csprogsdefs.qh" + #include "../dpdefs/keycodes.qh" +#elif defined(SVQC) + #include "../server/sys-pre.qh" + #include "../dpdefs/progsdefs.qh" + #include "../dpdefs/dpextensions.qh" + #include "../server/sys-post.qh" +#elif defined(MENUQC) + #include "../dpdefs/menudefs.qh" + #include "../dpdefs/keycodes.qh" +#endif + +#include "warpzone/mathlib.qc" + +#include "accumulate.qh" +#include "bits.qh" +#include "bool.qh" +#include "color.qh" +#include "counting.qh" +#include "cvar.qh" +#include "defer.qh" +#include "draw.qh" +#include "file.qh" +#include "functional.qh" +#include "i18n.qh" +#include "int.qh" +#include "iter.qh" +#include "lazy.qh" +#include "linkedlist.qh" +#include "log.qh" +#include "map.qc" +#include "math.qh" +#include "misc.qh" +#include "net.qh" +#include "nil.qh" #include "noise.qc" -#include "OO.qh" +#include "oo.qh" #include "p2mathlib.qc" -#include "Player.qh" -#include "prandom.qc" -#include "Progname.qh" -#include "Registry.qh" +#include "player.qh" +#include "progname.qh" +#include "random.qc" +#include "registry.qh" +#include "registry_net.qh" +#include "replicate.qh" +#include "self.qh" #include "sortlist.qc" -#include "String.qh" -#include "Struct.qh" +#include "sort.qh" +#include "spawnfunc.qh" +#include "static.qh" +#include "string.qh" +#include "struct.qh" #include "test.qc" #include "urllib.qc" -#include "Vector.qh" +#include "vector.qh"