gint/include
Lephe 9eb723ee53
render: remove the GINT_NEED_VRAM macro
This macro used to protect the declaration of the [vram] variable of
gint. This variable was short to keep drawing functions short but could
clutter the namespace.

That being said, it's even better to just [#define vram gint_vram] if
you need. This change renames the variable to [gint_vram], exposes it
whenever <gint/display.h> is included, and removes the GINT_NEED_VRAM
macro altogether.
2019-10-27 08:14:42 +01:00
..
core exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
display render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
gint render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00