ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_cleanups.c File Reference
#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)

Function Documentation

◆ end_compilation()

void end_compilation ( Environment * _environment)

Definition at line 58 of file _cleanups.c.

◆ gameloop_cleanup()

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.

Parameters
_environmentCurrent calling environment

Definition at line 50 of file _cleanups.c.