|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Go to the source code of this file.
Functions | |
| void | use_tileset (Environment *_environment, char *_tileset) |
| Emit code for USE TILESET xxx. | |
| void use_tileset | ( | Environment * | _environment, |
| char * | _tileset ) |
Emit code for USE TILESET xxx.
| _environment | Current calling environment |
| _tileset | tileset to use |
Definition at line 63 of file use_tileset.c.