Files
renpy/src/ftsupport.h
T
Tom Rothamel e41a4f85e9 reorg: Eliminate use of the module directory.
This directory contained a mix of both c/cython source code, scripts,
and build information. Now, source is in src, scripts are in scripts,
and setup.py is in the root.
2024-12-15 18:14:26 -05:00

5 lines
90 B
C

#ifndef FTSUPPORT_H
#define FTSUPPORT_H
char *freetype_error_to_string(int error);
#endif