SterlingLang/source/graphic.h
2026-03-03 00:36:28 +01:00

8 lines
158 B
C

#ifndef GRAPHIC_H
# define GRAPHIC_H
//software renderer allowing for system agnostic rendering (other then drawing the frame on the screen)
#endif