mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
8ce8d2f541
* Add JSystem PCH * Fix build issues, remove weak order fakematches, and fix functionvalue weak func order
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
#ifndef JSYSTEM_PCH
|
|
#define JSYSTEM_PCH
|
|
|
|
#include "JSystem/JSupport/JSUList.h"
|
|
#include "JSystem/J3DGraphBase/J3DShape.h"
|
|
|
|
#endif /* JSYSTEM_PCH */
|