mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 04:23:42 +01:00
clean mapstruct.h from useless structures
This commit is contained in:
parent
e0e4140c9b
commit
d3684acaed
1 changed files with 0 additions and 11 deletions
|
@ -6,15 +6,6 @@
|
|||
|
||||
|
||||
|
||||
typedef struct {
|
||||
/* the ID of the tile, as per tiled configuration, first is ID=0, then line
|
||||
* by line, each line left to right, +1 at each tile.*/
|
||||
int tileID;
|
||||
/* maximum speed on that tile for the player */
|
||||
/* Note : Speed = 0 means that the tile is not walkable */
|
||||
int speed;
|
||||
} Tile_Data;
|
||||
|
||||
|
||||
typedef struct {
|
||||
/* width, height and the number of layer of the map */
|
||||
|
@ -32,8 +23,6 @@ typedef struct {
|
|||
|
||||
/* list of all the tiles */
|
||||
uint16_t *layers[];
|
||||
|
||||
|
||||
} Map;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue