mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Rename png.h to makepng.h, to avoid conflicts with libpng's png.h.
This commit is contained in:
2
Makefile
2
Makefile
@@ -45,7 +45,7 @@ rgbfix_obj = \
|
|||||||
rgbgfx_obj = \
|
rgbgfx_obj = \
|
||||||
src/gfx/gb.o \
|
src/gfx/gb.o \
|
||||||
src/gfx/main.o \
|
src/gfx/main.o \
|
||||||
src/gfx/png.o \
|
src/gfx/makepng.o \
|
||||||
src/extern/err.o
|
src/extern/err.o
|
||||||
|
|
||||||
all: rgbasm rgblink rgbfix rgbgfx
|
all: rgbasm rgblink rgbfix rgbgfx
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ struct Tilemap {
|
|||||||
|
|
||||||
int depth, colors;
|
int depth, colors;
|
||||||
|
|
||||||
#include "gfx/png.h"
|
#include "gfx/makepng.h"
|
||||||
#include "gfx/gb.h"
|
#include "gfx/gb.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user