home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
setupapp_1
/
!SetUpApp_Resources_mainwind_h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-12-07
|
297 b
|
13 lines
/* --------------------------------- */
/* main window setup & handlers */
/* --------------------------------- */
#ifndef __mainwindow_H
#define __mainwindow_H
extern void main_window_open(wimp_openstr *);
extern void main_window_redraw(void);
extern void main_window_setup(void);
#endif