"L. Spiro Engine"
|
00001 00017 #ifndef __LSTLIB_H__ 00018 #define __LSTLIB_H__ 00019 00020 // Include the memory library. 00021 #include "LSAMemLib.h" 00022 using namespace ::lsa; 00023 00024 // Include the standard library. 00025 #include "LSSTDStandardLib.h" 00026 using namespace ::lsstd; 00027 00028 // Include the threading library. 00029 #include "LSHThreadLib.h" 00030 using namespace ::lsh; 00031 00032 00033 namespace lstl { 00034 00035 00036 } // namespace lstl 00037 00038 #endif // __LSTLIB_H__