1 /*
2  * Copyright (C) Volition, Inc. 1999.  All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
12 #ifndef _FONT_H
13 #define _FONT_H
14 
15 #include "globalincs/pstypes.h"
16 
17 #include "graphics/software/font.h"
18 #include "graphics/software/FontManager.h"
19 
20 #endif
21