mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-14 17:01:02 +00:00
14 lines
376 B
C
14 lines
376 B
C
|
// stuff added for PCH files. I want to have a lot of stuff included here so the PCH is pretty rich,
|
||
|
// but without exposing too many extra protos, so for now (while I experiment)...
|
||
|
//
|
||
|
|
||
|
#include "../game/q_shared.h"
|
||
|
#include "../qcommon/qcommon.h"
|
||
|
|
||
|
#include "../client/client.h"
|
||
|
#include "../server/server.h"
|
||
|
#include "../renderer/tr_local.h"
|
||
|
|
||
|
#pragma hdrstop
|
||
|
|