This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef __FONTLOADER__ | |
#define __FONTLOADER__ | |
// SDK includes | |
#include <psptypes.h> | |
// Freetype includes | |
#include <ft2build.h> | |
#include FT_FREETYPE_H |
NewerOlder