You've already forked TP-PC-Port
mirror of
https://github.com/CraftyBoss/TP-PC-Port.git
synced 2026-04-01 08:53:30 -07:00
11 lines
217 B
C
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
|