home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 July / IMM0795.ISO / share / tools / freeman / disk1 / fiuser.h_ / fiuser
Text File  |  1995-02-01  |  480b  |  16 lines

  1. /* The only purpose of this file is to let you put your own */
  2. /* function  declarations  here. These declarations will be */
  3. /* #include'd  into  fiuser.cpp. Then you can call your own */
  4. /* functions in the user code event. Of course, you need to */
  5. /* define the corresponding functions in  your  own  source */
  6. /* file which should be added to the project.               */
  7.  
  8. /* put something like:
  9.  
  10. extern int myownfunc1();
  11. extenr int myownfunc2();
  12.  
  13.  
  14. here. */
  15.  
  16.