mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
3679e7abab
* Improve dolzel.pch ordering * Improve JSystem include order * Various class ordering fixes * Link remaining Z2AudioLib TUs * Fix some symbols in Shield and weak functions in ShieldD
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
#ifndef JSYSTEM_PCH
|
|
#define JSYSTEM_PCH
|
|
|
|
#include "JSystem/J3DGraphAnimator/J3DMaterialAttach.h"
|
|
#include "JSystem/J3DGraphBase/J3DPacket.h"
|
|
#include "JSystem/J3DGraphBase/J3DShape.h"
|
|
#include "JSystem/JSupport/JSUList.h"
|
|
|
|
#endif // JSYSTEM_PCH
|