mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04: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
|