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:
parent
faef0e8503
commit
60f101f2e6
7 changed files with 114 additions and 128 deletions
|
@ -124,7 +124,7 @@ set(MAIN_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue