dehmain.c now forward declares font_s as a struct instead of including the engine's private header. This seems like a better solution for the compiler warning.
DD_ParseFontNamespace had a conflicting return type in the definition and declaration. fontnamespaceid_t seems like the appropriate one.
Fixed compilation issues
dehmain.c now forward declares font_s as a struct instead of
including the engine's private header. This seems like a better
solution for the compiler warning.
DD_ParseFontNamespace had a conflicting return type in the
definition and declaration. fontnamespaceid_t seems like the
appropriate one.