home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / CAMERA / CAMS / CAMSDLL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  316 b   |  18 lines

  1. /* $Id: CamSDll.h 1.1 1996/07/18 23:54:48 Damien Exp $ */
  2. //
  3. // Globals used by DLL
  4. //
  5. // Copyright (c) 1995, Ray Dream, Inc. All rights reserved.
  6.  
  7.  
  8. #ifndef __CAMSDLL__
  9. #define __CAMSDLL__  
  10.  
  11. // Global variables used by the DLL
  12. extern long global_count_Obj;
  13. extern long global_count_Lock;
  14.  
  15.  
  16.  
  17. #endif
  18.