mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-09 04:29:46 -04:00
b77717694c
This fixes the sdata linker error in the debug build.
11 lines
157 B
C
11 lines
157 B
C
#ifndef DOLZEL_REL_H
|
|
#define DOLZEL_REL_H
|
|
|
|
#ifdef __MWERKS__
|
|
#include "d/dolzel_rel.mch"
|
|
#else
|
|
#include "d/dolzel_rel.pch"
|
|
#endif
|
|
|
|
#endif /* DOLZEL_REL_H */
|