home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / vexsrc / sinplasa.h < prev    next >
C/C++ Source or Header  |  1994-07-22  |  202b  |  8 lines

  1. #ifndef __SINPLASA_H
  2. #define __SINPLASA_H
  3.  
  4. extern "C" void makesintab(char *plsintab, short cmax);
  5. extern "C" void plasmaline(const char *plsintab, char *buf, short len, long p, long f);
  6.  
  7. #endif
  8.