home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / SOUND / CP2DK05.ZIP / SAMPLES / LIBTERM.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-29  |  471 b   |  16 lines

  1. //***************************************************************************
  2. //
  3. // this file is (c) '94-'96 Niklas Beisert
  4. //
  5. // this file is part of the cubic player development kit.
  6. // you may only use/modify/spread this file under the terms stated
  7. // in the cubic player development kit accompanying documentation.
  8. //
  9. //***************************************************************************
  10.  
  11.  
  12. extern "C" unsigned __dll_terminate()
  13. {
  14.   return 1;
  15. }
  16.