diff options
Diffstat (limited to 'cRender.h')
-rw-r--r-- | cRender.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ struct sPos int y; }; /** cRender manages a framebuffer the size of the console (window) it is run in. +* +* puts console in alternate screen mode */ class cRender { |