1 | // LAF FreeType Wrapper |
---|---|
2 | // Copyright (c) 2016 David Capello |
3 | // |
4 | // This file is released under the terms of the MIT license. |
5 | // Read LICENSE.txt for more information. |
6 | |
7 | #ifndef FT_FREETYPE_HEADERS_H_INCLUDED |
8 | #define FT_FREETYPE_HEADERS_H_INCLUDED |
9 | #pragma once |
10 | |
11 | #include <ft2build.h> |
12 | #include FT_GLYPH_H |
13 | #include FT_FREETYPE_H |
14 | |
15 | #endif |
16 |