diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-22 10:25:15 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-22 10:25:15 +0700 |
| commit | f842bf6f2544457ecd488157a74dba8f8a2ea1c4 (patch) | |
| tree | 39222d031e4e6bd802d48a12f215a16ddc262a31 /src/Text.h | |
| parent | 325dca9f212f9fd44cd10a8180529970c7a08c72 (diff) | |
| download | blackshades-f842bf6f2544457ecd488157a74dba8f8a2ea1c4.tar.gz | |
Remove Mac OS 9 specific code
Except for MacInput, which is used for all keys unfortunately.
Diffstat (limited to 'src/Text.h')
| -rw-r--r-- | src/Text.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,13 +3,8 @@ /**> HEADER FILES <**/ #include "Quaternions.h" -#ifdef OS9 -#include <gl.h> -#include <glu.h> -#else #include <GL/gl.h> #include <GL/glu.h> -#endif #include "Files.h" #include "Quaternions.h" |
