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
11 lines
200 B
C
11 lines
200 B
C
#ifndef JSYSTEM_H
|
|
#define JSYSTEM_H
|
|
|
|
#ifdef __MWERKS__
|
|
#include "JSystem/JSystem.mch" // IWYU pragma: export
|
|
#else
|
|
#include "JSystem/JSystem.pch" // IWYU pragma: export
|
|
#endif
|
|
|
|
#endif /* JSYSTEM_H */
|