mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
e5c0c7185e
svn path=/trunk/; revision=2456
12 lines
124 B
C
12 lines
124 B
C
#ifndef __INFO_H
|
|
#define __INFO_H
|
|
|
|
typedef struct {
|
|
Widget widget;
|
|
int ready;
|
|
} WInfo;
|
|
|
|
WInfo *info_new ();
|
|
|
|
#endif
|