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