mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-02-16 17:01:41 +00:00
10 lines
124 B
C++
10 lines
124 B
C++
#include "system.qh"
|
|
#include "builtins.qh"
|
|
|
|
#include "defs.qh"
|
|
|
|
#include "config.qh"
|
|
|
|
#if DEBUG
|
|
#include "debug.qh"
|
|
#endif
|