blob: b8f8529301168667308dd8fa5c110cac5a33e4e6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef JSYSTEM_PCH
#define JSYSTEM_PCH
#include "JSystem/J3DGraphAnimator/J3DMaterialAttach.h"
#include "JSystem/J3DGraphBase/J3DPacket.h"
#include "JSystem/J3DGraphBase/J3DShape.h"
#include "JSystem/JAudio2/JASDSPChannel.h"
#include "JSystem/JSupport/JSUList.h"
#endif // JSYSTEM_PCH
|