|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | animation (Environment *_environment, char *_identifier, char *_atlas, char *_prefix, char *_next) |
| Emit code for ANIMATION .... | |
| void animation | ( | Environment * | _environment, |
| char * | _identifier, | ||
| char * | _atlas, | ||
| char * | _prefix, | ||
| char * | _next ) |
Emit code for ANIMATION ....
| _environment | Current calling environment |
| _name | Name of the procedure |
Definition at line 180 of file animation.c.