|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | music_load (Environment *_environment, char *_filename, char *_alias, int _bank_expansion) |
| Emit code for LOAD MUSIC(...). | |
| Variable * music_load | ( | Environment * | _environment, |
| char * | _filename, | ||
| char * | _alias, | ||
| int | _bank_expansion ) |
Emit code for LOAD MUSIC(...).
| _environment | Current calling environment |
| _filename | Filename to read into buffer |
Definition at line 71 of file music_load.c.