axmol/tools/tolua++/CCTileMapAtlas.pkg

17 lines
378 B
Plaintext

struct sImageTGA;
class CCTileMapAtlas : public CCAtlasNode
{
struct sImageTGA* getTGAInfo();
void setTGAInfo(struct sImageTGA* val);
void setTile(ccColor3B tile, ccGridSize position);
void releaseMap();
ccColor3B tileAt(const ccGridSize & pos);
static CCTileMapAtlas * create(const char *tile, const char *mapFile, int tileWidth, int tileHeight);
};