File: ftsupport.h

package info (click to toggle)
renpy 8.3.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 86,772 kB
  • sloc: python: 55,363; ansic: 13,858; javascript: 849; makefile: 87; sh: 13
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (6)
1
2
3
4
#ifndef FTSUPPORT_H
#define FTSUPPORT_H
char *freetype_error_to_string(int error);
#endif