home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
PICSee Dust 1.01
/
Tertiary Source
/
Select Multiple Files.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
|
1995-11-01
|
230 b
|
14 lines
|
[
TEXT/CWIE
]
#ifndef SELECTMULTIPLEFILES_H_
#define SELECTMULTIPLEFILES_H_
#ifdef __cplusplus
extern "C" {
#endif
void SelectPICTFilesToMerge(short *numFiles, FSSpec **fileList);
#ifdef __cplusplus
}
#endif
#endif // SELECTMULTIPLEFILES_H_