home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
misc
/
imagefx_sdk
/
sas
/
scanlib
/
exc.c
< 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-09-15
|
163 b
|
13 lines
#include <scan/modall.h>
BOOL ObtainImageFX (void)
{
ScanBase->sb_Exclusive++;
return(TRUE);
}
void ReleaseImageFX (void)
{
ScanBase->sb_Exclusive--;
}