|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | new_music (Environment *_environment, int _size) |
| Emit code for NEW IMAGE(...). | |
| Variable * new_music | ( | Environment * | _environment, |
| int | _size ) |
Emit code for NEW IMAGE(...).
| _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 67 of file new_music.c.