mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 22:45:05 -04:00
13 lines
241 B
C
13 lines
241 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
|
|
|
|
#include "os_report.h"
|
|
|
|
#endif // JSYSTEM_H
|