Tilemap(VX): Factor out common code into tilemap-common.h

Renamed flashmap.h to tilemap-common.h as it already contained
shared functions.
This commit is contained in:
Jonas Kulla 2014-11-30 17:46:28 +01:00
parent faef0e8503
commit 60f101f2e6
7 changed files with 114 additions and 128 deletions

View file

@ -103,7 +103,7 @@ HEADERS += \
src/glstate.h \
src/quad.h \
src/tilemap.h \
src/flashmap.h \
src/tilemap-common.h \
src/graphics.h \
src/gl-debug.h \
src/global-ibo.h \