home *** CD-ROM | disk | FTP | other *** search
/ Beginning Direct3D Game Programming / Direct3D.iso / directx / dxf / samples / multimedia / directinput / diconfig / main.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-22  |  476 b   |  19 lines

  1. //-----------------------------------------------------------------------------
  2. // File: main.h
  3. //
  4. // Desc: Contains global data and DllMain.
  5. //
  6. // Copyright (C) 1999-2000 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9. #ifndef __CFGUI_MAIN_H__
  10. #define __CFGUI_MAIN_H__
  11.  
  12.  
  13. extern HMODULE g_hModule;
  14. extern long g_cComponents;
  15. extern long g_cServerLocks;
  16.  
  17.  
  18. #endif //__CFGUI_MAIN_H__
  19.