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