diff options
author | Oxore <oxore@protonmail.com> | 2017-12-02 18:07:04 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-12-02 18:07:04 +0300 |
commit | 4e09b4c2e92806dc3230e6b9f1c2a1ff023c6080 (patch) | |
tree | e943a47779d1836c52e8591a9ab347a38016c484 /include/text.h | |
parent | 0edc5e799a5485f405756695491f1a497c21243c (diff) |
Rearrange includes; replace uint8_t by char
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/text.h b/include/text.h index 7948c51..1171a51 100644 --- a/include/text.h +++ b/include/text.h @@ -1,6 +1,3 @@ -#include <SFML/Graphics.h> -#include "common.h" - FILE *openFile(char *filename); void checkArgs(int argc, char **argv); KeyMap *KeyMap_getLast(KeyMap **keyMap); |