Add pch to build system

This commit is contained in:
LagoLunatic
2025-08-21 17:04:54 -04:00
parent ac8ff10650
commit 4b05f412f0
3 changed files with 103 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define DOLZEL_H
#ifdef __MWERKS__
#include "pch/dolzel.mch"
#include "d/dolzel.mch"
#else
#include "d/dolzel.pch"
#endif