renpy/module/ftsupport.h

5 lines
90 B
C
Raw Permalink Normal View History

2023-01-18 22:13:55 +00:00
#ifndef FTSUPPORT_H
#define FTSUPPORT_H
char *freetype_error_to_string(int error);
#endif