
00001 //***************************************************************************** 00002 // File : gzDbManagerInitializer.h 00003 // Module : 00004 // Description : Utilities for image management 00005 // Author : Anders Modén 00006 // Product : Gizmo3D 2.1.1 00007 // 00008 // Copyright © 2003- Saab Training Systems AB, Sweden 00009 // 00010 // NOTE: Gizmo3D is a high performance 3D Scene Graph and effect visualisation 00011 // C++ toolkit for Linux, Mac OS X, Windows (Win32) and IRIX® for 00012 // usage in Game or VisSim development. 00013 // 00014 // 00015 // Revision History... 00016 // 00017 // Who Date Description 00018 // 00019 // AMO 990401 Created file 00020 // 00021 //****************************************************************************** 00022 #ifndef __GZ_DB_MANAGER_INITIALIZER_H__ 00023 #define __GZ_DB_MANAGER_INITIALIZER_H__ 00024 00030 #include "gzBasicTypes.h" 00031 00032 GZ_DB_EXPORT gzVoid gzInitializeDbManagers(); 00033 GZ_DB_EXPORT gzVoid gzUninitializeDbManagers(); 00034 00035 #endif