Files
VVVVVV/desktop_version/src/lodepng_wrapper.c

6 lines
173 B
C

#ifdef SYSTEM_LODEPNG
#include <lodepng.h>
#else
/* Workaround for being unable to rename lodepng.cpp to lodepng.c */
#include "../../third_party/lodepng/lodepng.cpp"
#endif