Files
TP-PC-Port/include/JSystem/JSystem.h
CraftyBoss dce2a9346f init commit
2026-01-10 19:54:05 -08:00

11 lines
217 B
C

#ifndef JSYSTEM_H
#define JSYSTEM_H
#if __MWERKS__ && !defined(DECOMPCTX)
#include "JSystem/JSystem.mch" // IWYU pragma: export
#else
#include "JSystem/JSystem.pch" // IWYU pragma: export
#endif
#endif // JSYSTEM_H