reactos/rosapps/mc/src/info.h

12 lines
124 B
C
Raw Normal View History

#ifndef __INFO_H
#define __INFO_H
typedef struct {
Widget widget;
int ready;
} WInfo;
WInfo *info_new ();
#endif