home *** CD-ROM | disk | FTP | other *** search
- /* $Id: CAMSDll.h 1.1 1996/07/18 23:54:48 Damien Exp $ */
- //
- // Globals used by DLL
- //
- // Copyright (c) 1995, Ray Dream, Inc. All rights reserved.
-
-
- #ifndef __CAMSDLL__
- #define __CAMSDLL__
-
- // Global variables used by the DLL
- extern long global_count_Obj;
- extern long global_count_Lock;
-
-
-
- #endif
-