home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / BSDVBLLib 1.0 / BSDVBLLib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-26  |  174 b   |  14 lines  |  [TEXT/CWIE]

  1. #pragma once
  2.  
  3. extern Boolean vblUpdate;
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. extern void InitVBLLib (void);
  10. extern void DisposeVBLLib (void);
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif