|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "tsx.h"Go to the source code of this file.
Data Structures | |
| struct | _TmxLayer |
| struct | _TmxMap |
Typedefs | |
| typedef enum _TmxOrientation | TmxOrientation |
| typedef enum _TmxRenderOrder | TmxRenderOrder |
| typedef struct _TmxLayer | TmxLayer |
| typedef struct _TmxMap | TmxMap |
Enumerations | |
| enum | _TmxOrientation { TMX_ORTHOGONAL = 1 , TMX_ISOMETRIC = 2 , TMX_STAGGERED = 3 , TMX_HEXAGONAL = 4 } |
| enum | _TmxRenderOrder { TMX_RIGHT_DOWN = 1 , TMX_RIGHT_UP = 2 , TMX_LEFT_DOWN = 3 , TMX_LEFT_UP = 4 } |
Functions | |
| TmxMap * | tmx_load (char *_filename) |
| typedef enum _TmxOrientation TmxOrientation |
| typedef enum _TmxRenderOrder TmxRenderOrder |
| enum _TmxOrientation |
| enum _TmxRenderOrder |