home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / igbmpsg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  393 b   |  13 lines

  1. /*
  2.  
  3. IGBMPSG.H  PSEG support
  4.  
  5. */
  6.  
  7. extern GBM_ERR psg_qft(GBMFT *gbmft);
  8. extern GBM_ERR psg_rhdr(char *fn, int fd, GBM *gbm, char *opt);
  9. extern GBM_ERR psg_rpal(int fd, GBM *gbm, GBMRGB *gbmrgb);
  10. extern GBM_ERR psg_rdata(int fd, GBM *gbm, byte *data);
  11. extern GBM_ERR psg_w(char *fn, int fd, GBM *gbm, GBMRGB *gbmrgb, byte *data, char *opt);
  12. extern unsigned long psg_err(GBM_ERR rc);
  13.