ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
new_music.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

Variablenew_music (Environment *_environment, int _size)
 Emit code for NEW IMAGE(...).

Function Documentation

◆ new_music()

Variable * new_music ( Environment * _environment,
int _size )

Emit code for NEW IMAGE(...).

Parameters
_environmentCurrent calling environment
_widthWidth of the image, in pixel
_heightHeigth of the image, in pixel
_modeMode to use

Definition at line 67 of file new_music.c.