cafogbomb.h

00001 #ifndef CA_FOGBOMB
00002 #define CA_FOGBOMB
00003 
00004 #include <ClanLib/core.h>
00005 
00009 struct CAFogBomb {
00011     bool active;
00013     bool exploded;
00015     float frame;
00017     int x;
00019     int y;
00021     bool up;
00022 };
00023 
00024 #endif
00025 
00026 // EOF

Generated on Tue Nov 28 06:48:28 2006 by  doxygen 1.5.0