mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 20:11:49 +00:00
11 lines
124 B
C++
11 lines
124 B
C++
|
#include "system.qh"
|
||
|
#include "builtins.qh"
|
||
|
|
||
|
#include "defs.qh"
|
||
|
|
||
|
#include "config.qh"
|
||
|
|
||
|
#if DEBUG
|
||
|
#include "debug.qh"
|
||
|
#endif
|