home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kyūkyoku!! X68000 Emulator
/
X68000Book.dat
/
mac
/
OLS
/
X68000
/
Ko-Window
/
kow142s.lzh
/
wsrv
/
wopen.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-11-25
|
420b
|
21 lines
/* 1995 11/25 âfâUâCâôò╧ìXé¬é┼é½éΘéµéñé╔ò╧ìX COR. */
typedef struct {
void (*resizefunc)(),
(*scrollfunc)(),
(*setfunc)();
int (*eventfunc)();
} SystemWindowFunc;
extern SystemWindowFunc systemfunc[];
#ifndef SimpleType
#define SimpleType 1 /* simple.h */
#endif
#ifndef TitleType
#define TitleType 2 /* title.h */
#endif
#ifndef ScrollType
#define ScrollType 3 /* scroll.h */
#endif