mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 06:50:43 -04:00
11 lines
154 B
C
11 lines
154 B
C
#ifndef DOLZEL_H
|
|
#define DOLZEL_H
|
|
|
|
#if __MWERKS__ && !defined(DECOMPCTX)
|
|
#include "d/dolzel.mch"
|
|
#else
|
|
#include "d/dolzel.pch"
|
|
#endif
|
|
|
|
#endif // dolzel.h
|