mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-16 16:09:42 +01:00
7a0d3046a5
We are no longer copy-pasting LodePNG source files directly. As we can't rename lodepng.cpp to lodepng.c in the submodule itself, we need to make a wrapper file, lodepng_wrapper.c, that #includes lodepng.cpp, but gets compiled as C.
2 lines
118 B
C
2 lines
118 B
C
/* Workaround for being unable to rename lodepng.cpp to lodepng.c */
|
|
#include "../../third_party/lodepng/lodepng.cpp"
|