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,10 @@
|
||||
#ifndef DOLZEL_H
|
||||
#define DOLZEL_H
|
||||
|
||||
#if __MWERKS__
|
||||
#include "d/dolzel.mch"
|
||||
#else
|
||||
#include "d/dolzel.pch"
|
||||
#endif
|
||||
|
||||
#endif // dolzel.h
|
||||
Reference in New Issue
Block a user