mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Add a precompiled header for RELs (#2597)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef DOLZEL_REL_H
|
||||
#define DOLZEL_REL_H
|
||||
|
||||
// PCH breaks debug build for RELs right now
|
||||
#if __MWERKS__ && !DEBUG
|
||||
#include "d/dolzel_rel.mch"
|
||||
#else
|
||||
#include "d/dolzel_rel.pch"
|
||||
#endif
|
||||
|
||||
#endif // DOLZEL_REL_H
|
||||
Reference in New Issue
Block a user