home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Macintosh / Samples / camera / CAMS / CAMSDll.h < prev    next >
Encoding:
Text File  |  1997-07-09  |  299 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.