|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | gameloop_cleanup (Environment *_environment) |
| Emit source and configuration lines for game loops. | |
| void | end_compilation (Environment *_environment) |
| void end_compilation | ( | Environment * | _environment | ) |
Definition at line 58 of file _cleanups.c.
| void gameloop_cleanup | ( | Environment * | _environment | ) |
Emit source and configuration lines for game loops.
This function can be called to generate all the definitions (on the source file, on the configuration file and on any support file) necessary to implement the memory banks.
| _environment | Current calling environment |
Definition at line 50 of file _cleanups.c.