home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
gui
/
precog2_1.lha
/
Precognition2_1
/
src
/
src.lha
/
Precognition
/
SavePrompt.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
|
1993-01-01
|
147 b
|
10 lines
#ifndef SAVEPROMPT_H
#define SAVEPROMPT_H
int do_SavePrompt( void );
#define SP_CANCEL 0
#define SP_SAVE 1
#define SP_DONT_SAVE 2
#endif