mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 15:01:33 -04:00
11 lines
229 B
C
11 lines
229 B
C
#ifndef JSYSTEM_H
|
|
#define JSYSTEM_H
|
|
|
|
#if defined(__MWERKS__) && !defined(DECOMPCTX)
|
|
#include "JSystem/JSystem.mch" // IWYU pragma: export
|
|
#else
|
|
#include "JSystem/JSystem.pch" // IWYU pragma: export
|
|
#endif
|
|
|
|
#endif /* JSYSTEM_H */
|