9 lines
165 B
C
9 lines
165 B
C
|
#ifndef FTSMOOTH_H
|
||
|
#define FTSMOOTH_H
|
||
|
|
||
|
#include <freetype/ftrender.h>
|
||
|
|
||
|
FT_EXPORT_VAR(const FT_Renderer_Class) ft_smooth_renderer_class;
|
||
|
|
||
|
#endif /* FTSMOOTH_H */
|