"L. Spiro Engine"
|
00001 00017 #ifndef __LSP_PHYSICSLIB_H__ 00018 #define __LSP_PHYSICSLIB_H__ 00019 00020 // Include the memory library. 00021 #include "LSAMemLib.h" 00022 using namespace ::lsa; 00023 00024 // Include the math library. 00025 #include "LSMMathLib.h" 00026 using namespace ::lsm; 00027 00028 // Include the standard library. 00029 #include "LSSTDStandardLib.h" 00030 using namespace ::lsstd; 00031 00032 // Include the thread library. 00033 #include "LSHThreadLib.h" 00034 using namespace ::lsh; 00035 00036 // Include the standard library. 00037 #include "LSTLib.h" 00038 using namespace ::lstl; 00039 00040 00041 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 00042 // MACROS 00043 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 00052 #define LSP_PERFORMANCE 2 00053 00054 namespace lsp { 00055 00063 class CPhysicsLib { 00064 public : 00065 00066 00067 // == Functions. 00068 00069 00070 protected : 00071 // == Members. 00072 }; 00073 00074 } // namespace lsp 00075 00076 #endif // __LSP_PHYSICSLIB_H__