|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../../ugbc.h"Go to the source code of this file.
Functions | |
| void | flip_image_vars_direction (Environment *_environment, char *_image, char *_frame, char *_sequence, int _direction) |
| void | flip_image_vars_indirection (Environment *_environment, char *_image, char *_frame, char *_sequence, char *_direction) |
| void flip_image_vars_direction | ( | Environment * | _environment, |
| char * | _image, | ||
| char * | _frame, | ||
| char * | _sequence, | ||
| int | _direction ) |
Definition at line 43 of file flip_image.c.
| void flip_image_vars_indirection | ( | Environment * | _environment, |
| char * | _image, | ||
| char * | _frame, | ||
| char * | _sequence, | ||
| char * | _direction ) |
Definition at line 65 of file flip_image.c.