mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
11 lines
197 B
C
11 lines
197 B
C
#ifndef JSYSTEM_H
|
|
#define JSYSTEM_H
|
|
|
|
#ifdef __MWERKS__
|
|
#include "JSystem/JSystem.mch" // IWYU pragma: export
|
|
#else
|
|
#include "JSystem/JSystem.pch" // IWYU pragma: export
|
|
#endif
|
|
|
|
#endif // JSYSTEM_H
|