Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
progs.inc
Go to the documentation of this file.
1#ifdef FTEQCC
2
3// To compile with fteqcc, run:
4// QCCFLAGS_WERROR='-O3' make -C data/xonotic-data.pk3dir/qcsrc ../progs.dat QCC=$HOME/src/fteqw/engine/qclib/fteqcc.bin
5#pragma target DP_20250104
6
7#endif
8
9#include <lib/_all.inc>
10
11#if XONOTIC
12
13#include <server/_mod.inc>
14
15#include <common/_all.inc>
17
19
24
25#include <ecs/_mod.inc>
26#endif
27
28#ifdef BUILD_MOD
29#include <mod/server/progs.inc>
30#endif