summaryrefslogtreecommitdiff
path: root/include/JSystem/JSystem.h
blob: 9817a18bd41ba102e3cdb4d72e75f24770a42f62 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */