home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Macintosh / Samples / camera / CAMC / CAMCDll.h < prev    next >
Encoding:
Text File  |  1997-07-09  |  343 b   |  17 lines

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