home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1995 July
/
IMM0795.ISO
/
share
/
tools
/
freeman
/
disk1
/
fiuser.h_
/
fiuser
Wrap
Text File
|
1995-02-01
|
480b
|
16 lines
/* The only purpose of this file is to let you put your own */
/* function declarations here. These declarations will be */
/* #include'd into fiuser.cpp. Then you can call your own */
/* functions in the user code event. Of course, you need to */
/* define the corresponding functions in your own source */
/* file which should be added to the project. */
/* put something like:
extern int myownfunc1();
extenr int myownfunc2();
here. */