scummvm/devtools/create_titanic/str.cpp
Vladimir Serbinenko 29cfa7bb0f COMMON: Merge code for str.cpp and ustr.cpp
Most of the code in str.cpp and ustr.cpp is actually the same. Do some
template magic to merge them.
2020-10-31 14:05:30 +01:00

3 lines
50 B
C++

#define SCUMMVM_UTIL
#include "../common/str.cpp"