Moved TileSheet to common/graphics

Also deleted TileSheet's vestigial API.
This commit is contained in:
Kayne Ruse
2015-01-09 12:41:24 +11:00
parent 3322783d95
commit be67906218
7 changed files with 2 additions and 109 deletions
-2
View File
@@ -24,7 +24,6 @@
//all map API headers
#include "region_api.hpp"
#include "region_pager_api.hpp"
#include "tile_sheet_api.hpp"
//useful "globals"
//...
@@ -37,7 +36,6 @@ static const luaL_Reg funcs[] = {
static const luaL_Reg libs[] = {
{"Region", openRegionAPI},
{"RegionPager", openRegionPagerAPI},
// {"TileSheet", openTileSheetAPI},
{nullptr, nullptr}
};