00001 #ifndef CA_GOODYTYPE 00002 #define CA_GOODYTYPE 00003 00004 #include <ClanLib/core.h> 00005 #include <ClanLib/display.h> 00006 00010 struct CAGoodyType { 00012 CL_String name; 00014 CL_Surface* surface; 00016 int life; 00017 }; 00018 00019 #endif 00020 00021 // EOF
1.5.0