home *** CD-ROM | disk | FTP | other *** search
/ CD-X 1 / cdx_01.iso / demodisc / basq / dualmodp / dvcalls.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-04  |  526 b   |  24 lines

  1. // ************************************************************************
  2. // *
  3. // *    File        : DVCALLS.H
  4. // *
  5. // *    Description : Header file for partial DesqView API
  6. // *
  7. // *    Copyright (C) 1992 Otto Chrons
  8. // *
  9. // ************************************************************************
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. int getDVVersion(void);
  16. unsigned getDVVideoBuffer(void);
  17. void dvPause(void);
  18. void dvBeginCritical(void);
  19. void dvEndCritical(void);
  20.  
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24.