1 /*
2 *	SDL Graphics Extension
3 *
4 *	Started 990815
5 *
6 *	License: LGPL v2+ (see the file LICENSE)
7 *	(c)1999-2003 Anders Lindstr�m
8 */
9 
10 /*********************************************************************
11  *  This library is free software; you can redistribute it and/or    *
12  *  modify it under the terms of the GNU Library General Public      *
13  *  License as published by the Free Software Foundation; either     *
14  *  version 2 of the License, or (at your option) any later version. *
15  *********************************************************************/
16 
17 #ifndef sge_H
18 #define sge_H
19 
20 #include "sge_surface.h"
21 #include "sge_primitives.h"
22 #include "sge_misc.h"
23 #include "sge_tt_text.h"
24 #include "sge_bm_text.h"
25 #include "sge_textpp.h"
26 #include "sge_blib.h"
27 #include "sge_shape.h"
28 #include "sge_collision.h"
29 #include "sge_rotation.h"
30 
31 #endif /* sge_H */
32