|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | new_sequence (Environment *_environment, int _sequences, int _frames, int _width, int _height, int _mode) |
| Emit code for NEW SEQUENCE(...). | |
| Variable * new_sequence | ( | Environment * | _environment, |
| int | _sequences, | ||
| int | _frames, | ||
| int | _width, | ||
| int | _height, | ||
| int | _mode ) |
Emit code for NEW SEQUENCE(...).
| _environment | Current calling environment |
| _width | Width of the image, in pixel |
| _height | Heigth of the image, in pixel |
| _mode | Mode to use |
Definition at line 49 of file new_sequence.c.