|
GrafX2 2.9.3227
The ultimate 256-color painting program
|
Element of a circular linked list in the tile map. More...
#include <struct.h>
Collaboration diagram for T_Tile:Data Fields | |
| int | Previous |
| Previous similar tile in the linked list. More... | |
| int | Next |
| Next similar tile in the linked list. More... | |
| byte | Flipped |
| 0:no, 1:horizontally, 2:vertically, 3:both More... | |
Element of a circular linked list in the tile map.
| int T_Tile::Previous |
Previous similar tile in the linked list.
Referenced by Tilemap_update().
| int T_Tile::Next |
Next similar tile in the linked list.
Referenced by Tilemap_draw(), and Tilemap_update().
| byte T_Tile::Flipped |
0:no, 1:horizontally, 2:vertically, 3:both
Referenced by Tilemap_draw(), and Tilemap_update().