"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSModelLib/Src/LSDModelLib.h

00001 
00018 #ifndef __LSD_MODELLIB_H__
00019 #define __LSD_MODELLIB_H__
00020 
00021 // Include the memory library.
00022 #include "LSAMemLib.h"
00023 using namespace ::lsa;
00024 
00025 // Include the compression library.
00026 #include "LSCCompressionLib.h"
00027 using namespace ::lsc;
00028 
00029 // Include the file library.
00030 #include "LSFFileLib.h"
00031 using namespace ::lsf;
00032 
00033 // Include the graphics library.
00034 #include "LSGGraphicsLib.h"
00035 using namespace ::lsg;
00036 
00037 // Include the threading library.
00038 #include "LSHThreadLib.h"
00039 using namespace ::lsh;
00040 
00041 // Include the image library.
00042 #include "LSIImageLib.h"
00043 using namespace ::lsi;
00044 
00045 // Include the math library.
00046 #include "LSMMathLib.h"
00047 using namespace ::lsm;
00048 
00049 // Include the physics library.
00050 #include "LSPPhysicsLib.h"
00051 using namespace ::lsp;
00052 
00053 // Include the LSTL.
00054 #include "LSTLib.h"
00055 using namespace ::lstl;
00056 
00057 // Include the standard library.
00058 #include "LSSTDStandardLib.h"
00059 using namespace ::lsstd;
00060 
00061 namespace lsd {
00062 
00063         // == Enumerations.
00067         enum LSD_METRICS {
00068                 LSD_M_MAX_LAYERS                                        = 12,
00069         };
00070 
00071 
00080         class CModelLib {
00081         public :
00082 
00083 
00084                 // == Members.
00085         };
00086 
00087 }       // namespace lsd
00088 
00089 #endif  // __LSD_MODELLIB_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator