e41a4f85e9
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.
5 lines
90 B
C
5 lines
90 B
C
#ifndef FTSUPPORT_H
|
|
#define FTSUPPORT_H
|
|
char *freetype_error_to_string(int error);
|
|
#endif
|