mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-28 18:30:54 -04:00
Add JSystem PCH to fix weak function order (#904)
* Add JSystem PCH * Fix build issues, remove weak order fakematches, and fix functionvalue weak func order
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user