CRM64Pro GDK v0.11.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CRM64Pro::TE_MapDataabstract

MapData abstract class definition. More...

+ Inheritance diagram for CRM64Pro::TE_MapData:

Public Member Functions

template<typename T >
T ** create2DArray (Sint32 height, Sint32 width)
 Template: dynamic 2D array of a given data type.
 
template<typename T >
Sint32 delete2DArray (T **Array)
 Template: delete a dynamic 2D array.
 
Sint32 getMapType (string &sMT)
 Get map type.
 
Sint32 getCellWidth ()
 Get cell width.
 
Sint32 setCellWidth (Sint32 size)
 Set cell width.
 
Sint32 getCellHeight ()
 Get cell height.
 
Sint32 setCellHeight (Sint32 size)
 Set tile height.
 
Sint32 getMapWidth ()
 Get map width.
 
Sint32 getMapHeight ()
 Get map height.
 

Detailed Description

MapData abstract class definition.