gint/src/gray
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
..
engine.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
gclear.c gray: add engine, basic drawing and text 2019-07-20 12:31:46 -04:00
ghline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
gimage.c bopti: add gray support for all four profiles 2019-07-27 19:51:53 -04:00
gline.c gray: add gpixel() and gline() 2019-07-27 19:48:36 -04:00
gpixel.c gray: add gpixel() and gline() 2019-07-27 19:48:36 -04:00
grect.c gray: add engine, basic drawing and text 2019-07-20 12:31:46 -04:00
gtext.c gray: add engine, basic drawing and text 2019-07-20 12:31:46 -04:00
gvline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00