"L. Spiro Engine"
|
00001 00016 #ifndef __LSC_COMPRESSIONLIB_H__ 00017 #define __LSC_COMPRESSIONLIB_H__ 00018 00019 // Include the memory library. 00020 #include "LSAMemLib.h" 00021 using namespace ::lsa; 00022 00023 // Include the math library. 00024 #include "LSMMathLib.h" 00025 using namespace ::lsm; 00026 00027 // Include the standard library. 00028 #include "LSSTDStandardLib.h" 00029 using namespace ::lsstd; 00030 00031 // Include the thread library. 00032 #include "LSHThreadLib.h" 00033 using namespace ::lsh; 00034 00035 // Include the LSTL. 00036 #include "LSTLib.h" 00037 using namespace ::lstl; 00038 00039 namespace lsc { 00040 } // namespace lsc 00041 00042 #endif // __LSC_COMPRESSIONLIB_H__