![]() |
TAPs 0.7.7.3
|
00001 /****************************************************************************** 00002 TAPsLib.hpp 00003 00004 A header file for including TAPs libraries. 00005 00006 SUKITTI PUNAK (09/07/2004) 00007 UPDATE (05/02/2008) 00008 ******************************************************************************/ 00009 #ifndef TAPs_LIB_HPP 00010 #define TAPs_LIB_HPP 00011 00012 //----------------------------------------------------------------------------- 00014 #include "TAPsStdLib.hpp" 00015 //----------------------------------------------------------------------------- 00017 /* 00018 #include "TAPsMath.hpp" 00019 #include "TAPsVector2.hpp" 00020 #include "TAPsVector3.hpp" 00021 #include "TAPsVector4.hpp" 00022 #include "TAPsMatrix2x2.hpp" 00023 #include "TAPsMatrix3x3.hpp" 00024 #include "TAPsMatrix4x4.hpp" 00025 #include "TAPsColMatrix2x2.hpp" 00026 #include "TAPsColMatrix3x3.hpp" 00027 #include "TAPsColMatrix4x4.hpp" 00028 */ 00030 #include "TAPsCGMath.hpp" 00031 #include "TAPsEnumList.hpp" 00032 00033 #include "../Debug/TAPsDebug.hpp" 00034 00035 #include "TAPsGlobalFnsAndResources.hpp" 00036 00037 #ifdef TAPs_USE_GLSL 00038 #include "../GLSL/TAPsGLSLShaderPool.hpp" 00039 #endif//TAPs_USE_GLSL 00040 00041 #ifdef TAPs_USE_CUDA 00042 #include "../CUDA/TAPsCUDAListOfFunctions.hpp" 00043 #endif//TAPs_USE_CUDA 00044 00045 #ifdef TAPs_ADVANCED_SIMULATION 00046 #include "../DataStructure/TAPsSimulationFlags.hpp" 00047 //#include "../Support/TAPsAdvSimSupport.hpp" 00048 #endif//TAPs_ADVANCED_SIMULATION 00049 //----------------------------------------------------------------------------- 00050 00051 #endif 00052 //34567890123456789012345678901234567890123456789012345678901234567890123456789 00053 //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----