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

Go to the source code of this file.

Functions

Variabletile_get_width (Environment *_environment, char *_tile)
 Emit code for TILE WIDTH(...).

Function Documentation

◆ tile_get_width()

Variable * tile_get_width ( Environment * _environment,
char * _tile )

Emit code for TILE WIDTH(...).

Parameters
_environmentCurrent calling environment
_imageImage to measure.
Returns
The height of the image, in pixels

Definition at line 48 of file tile_get_width.c.