
00001 //***************************************************************************** 00002 // File : gzDbLibrary.h 00003 // Module : 00004 // Description : Management of the db library 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 030423 Created file 00020 // 00021 //****************************************************************************** 00022 #ifndef __GZ_DB_LIBRARY_H__ 00023 #define __GZ_DB_LIBRARY_H__ 00024 00030 #include "gzBaseLibrary.h" 00031 00032 #include "gzDbManagerInitializer.h" 00033 #include "gzDbManager_3ds.h" 00034 #include "gzDbManager_flt.h" 00035 #include "gzDbManager_gzd.h" 00036 #include "gzDbManager_gzx.h" 00037 #include "gzDbManager_pfb.h" 00038 #include "gzDbManager_txp.h" 00039 #include "gzDbManager_wrl.h" 00040 #include "gzDbManager_dae.h" 00041 00042 // -------------------------------------- Library version --------------------------------------------------------------- 00043 00044 GZ_DB_EXPORT gzVoid gzCheckLibraryVersion_db(gzInt major=GZ_VERSION_MAJ , gzInt minor=GZ_VERSION_MIN , gzInt dev=GZ_VERSION_DEV); 00045 00046 GZ_DB_EXPORT gzLibReference *gzGetLibReference_db(); 00047 00048 #endif // __GZ_DB_LIBRARY_H__ 00049 00050 00051 00052 00053 00054