contrib/OWB: add correct SDL dependency, fix compilers used
[AROS-Contrib.git] / freetype1 / contrib / ttf2pk / vplaux.h
blobf6281d8874ab2ea3214fbf2f0b30243ee3030084
1 /*
2 * vplaux.h
4 * This file is part of the ttf2pk package.
6 * Copyright 1997-1999 by
7 * Frederic Loyer <loyer@ensta.fr>
8 * Werner Lemberg <wl@gnu.org>
9 */
11 #ifndef VPLAUX_H
12 #define VPLAUX_H
14 #include "ttf2tfm.h"
17 void writevpl(Font *fnt, char makevpl, Boolean forceoctal);
18 void upmap(Font *fnt);
20 #endif /* VPLAUX_H */
23 /* end */