Modules/draw
From MSX Game Library
< Modules
The draw module lets you draw simple shapes (line, box, circle, etc.) for bitmap screen modes using the MSX2's fast VDP commands.
Usage
To use this module, include "draw.h" in your source code, and add "draw" to the modules list (LibModules) in your project's configuration file (project_config.js).
Samples
See module use cases in the sample programs:
Settings
None.
Dependencies
Dependency on other modules:
Documentation