00001 #ifndef _WINC_CLOUDLAYER 00002 #define _WINC_CLOUDLAYER 00003 00004 namespace WXP { 00005 struct CloudLayer { 00006 char cover; 00007 float height; 00008 00009 CloudLayer(); 00010 int init(); 00011 int print(); 00012 }; 00013 } 00014 #endif
1.6.1