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