95 if ( actual->
id == _id ) {
98 actual = actual->
next;
Variable * variable_retrieve(Environment *_environment, char *_name)
Variable * variable_store_string(Environment *_environment, char *_destination, char *_value)
Store a string to a variable.
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
TsxTileset * originalTileset
Variable * tile_class(Environment *_environment, char *_tileset, int _id)
Emit code for TILE CLASS(...).
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
#define CRITICAL_TILE_CLASS_NO_TILESET(v)
#define CRITICAL_TILE_CLASS_INVALID_ID(v)