- Rearrange reactos.dff according to rosapps rearrange.
[reactos.git] / rosapps / applications / mc / src / info.h
1 #ifndef __INFO_H
2 #define __INFO_H
3
4 typedef struct {
5 Widget widget;
6 int ready;
7 } WInfo;
8
9 WInfo *info_new ();
10
11 #endif