File: ftsupport.h

package info (click to toggle)
renpy 7.1.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 107,352 kB
  • sloc: python: 42,124; ansic: 4,781; makefile: 43; sh: 14
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