Files
tww/include/d/dolzel.h
T
2025-08-21 17:04:54 -04:00

11 lines
137 B
C

#ifndef DOLZEL_H
#define DOLZEL_H
#ifdef __MWERKS__
#include "d/dolzel.mch"
#else
#include "d/dolzel.pch"
#endif
#endif /* DOLZEL_H */