WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
CloudLayer.h
1#ifndef _WINC_CLOUDLAYER
2#define _WINC_CLOUDLAYER
3
4namespace WXP {
5 struct CloudLayer {
6 char cover;
7 float height;
8
10 int init();
11 int print();
12 };
13}
14#endif
All WXP classes fall under the WXP namespace.
Definition: Angle.h:4
This struct stores cloud layer data.
Definition: CloudLayer.h:5