blob: df12d15894d2c36aa8141ee8d80d3f7c7f623c02 (
plain)
1
2
3
4
5
6
7
|
#ifndef JSYSTEM_PCH
#define JSYSTEM_PCH
#include "JSystem/JSupport/JSUList.h" // IWYU pragma: export
#include "JSystem/J3DGraphBase/J3DShape.h" // IWYU pragma: export
#endif /* JSYSTEM_PCH */
|