Merge pull request #8 from Clownacy/master

Corrected Font.h includes
This commit is contained in:
Cucky 2019-01-24 23:10:41 -05:00 committed by GitHub
commit b734bed63f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,6 @@
#pragma once #pragma once
#include <stdbool.h> #include <stddef.h>
#include <iconv.h>
#include <ft2build.h>
#include FT_FREETYPE_H
#include "SDL.h" #include "SDL.h"