ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_TmxLayer Struct Reference

#include <tmx.h>

Data Fields

int id
char * name
int width
int height
int * data
struct _TmxLayernext

Detailed Description

Definition at line 58 of file tmx.h.

Field Documentation

◆ data

int* data

Definition at line 65 of file tmx.h.

◆ height

int height

Definition at line 63 of file tmx.h.

◆ id

int id

Definition at line 60 of file tmx.h.

◆ name

char* name

Definition at line 61 of file tmx.h.

◆ next

struct _TmxLayer* next

Definition at line 67 of file tmx.h.

◆ width

int width

Definition at line 62 of file tmx.h.


The documentation for this struct was generated from the following file:
  • Z:/ugbasic/ugbc/src/libs/tmx.h