8 lines
158 B
C
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
|