c4d2340afa502d4b0f1c40fb4557f6ecb0ac5191
[supertux.git] / src / resources.h
1 #ifndef SUPERTUX_RESOURCES_H
2 #define SUPERTUX_RESOURCES_H
3
4 extern Surface* img_waves[3]; 
5 extern Surface* img_water;
6 extern Surface* img_pole;
7 extern Surface* img_poletop;
8 extern Surface* img_flag[2];
9 extern Surface* img_cloud[2][4];
10
11 extern Surface* img_box_full;
12 extern Surface* img_box_empty;
13 extern Surface* img_super_bkgd;
14 extern Surface* img_red_glow;
15
16 void loadshared();
17 void unloadshared();
18
19 #endif
20
21 /* EOF */
22