mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-01-01 06:23:35 +01:00
14 lines
207 B
C
14 lines
207 B
C
//---
|
|
//
|
|
// gint drawing module: display
|
|
//
|
|
// Handles vram manipulation and drawing.
|
|
//
|
|
//---
|
|
|
|
#ifndef _INTERNALS_DISPLAY_H
|
|
#define _INTERNALS_DISPLAY_H 1
|
|
|
|
extern int *vram;
|
|
|
|
#endif // _INTERNALS_DISPLAY_H
|