Fixed more inappropriate variable decl's.
[supertux.git] / src / type.c
1 //
2 // C Implementation: type
3 //
4 // Description:
5 //
6 //
7 // Author: Tobias Glaesser <tobi.web@gmx.de>, (C) 2004
8 //
9 // Copyright: See COPYING file that comes with this distribution
10 //
11 //
12
13 #include <SDL/SDL_image.h>
14 #include "setup.h"
15 #include "globals.h"
16 #include "screen.h"
17 #include "defines.h"
18 #include "type.h"
19 #include "scene.h"
20
21