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

Go to the source code of this file.

Functions

Variablesequence_storage (Environment *_environment, char *_source_name, char *_target_name, int _mode, int _frame_width, int _frame_height, int _flags, int _transparent_color, int _background_color, int _bank_expansion, int _origin_x, int _origin_y, int _offset_x, int _offset_y)
 Emit code for IMAGE ... AS ....

Function Documentation

◆ sequence_storage()

Variable * sequence_storage ( Environment * _environment,
char * _source_name,
char * _target_name,
int _mode,
int _frame_width,
int _frame_height,
int _flags,
int _transparent_color,
int _background_color,
int _bank_expansion,
int _origin_x,
int _origin_y,
int _offset_x,
int _offset_y )

Emit code for IMAGE ... AS ....

Parameters
_environmentCurrent calling environment
_nameName of the storage

Definition at line 76 of file sequence_storage.c.