diff options
author | jonas <himself@jonasgunz.de> | 2019-01-29 14:54:51 +0100 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2019-01-29 14:54:51 +0100 |
commit | da2b8fc6673076d3fc600d275f5e5c8e95b54cac (patch) | |
tree | 57d7c4fce66e16d5721938b337650672ed6e84bd /cRender.h | |
parent | d83645d932a80a704d6bd396246bfcef086cc5af (diff) | |
download | termgl-da2b8fc6673076d3fc600d275f5e5c8e95b54cac.tar.gz |
Cleanup
Diffstat (limited to 'cRender.h')
-rw-r--r-- | cRender.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4,13 +4,10 @@ #include <stdio.h> #include <string> #include <cmath> -//#include <math.h> -//#include <iostream> #include <termios.h> #ifdef __linux__ #include <unistd.h> - //#include <term.h> #include <sys/ioctl.h> typedef int WORD; |