Kamek icon indicating copy to clipboard operation
Kamek copied to clipboard

k_stdlib/nw4r.h fails compilation

Open Meatball132 opened this issue 3 years ago • 0 comments

nw4r.h from k_stdlib is mostly copypasted from NewerSMBW, but it's missing some definitions and typedefs that weren't copied over which are still needed to compile (e.g. nw4r::ut::Rect, ulong and uchar, and several others).

As of right now, including it in a project causes compilation errors, so it is not usable.

Meatball132 avatar May 22 '22 06:05 Meatball132