/*
 *  Copyright (c) 2003-2008, Shoichi Hasegawa and Springhead development team 
 *  All rights reserved.
 *  This software is free software. You can freely use, distribute and modify this 
 *  software. Please deal with this software under one of the following licenses: 
 *  This license itself, Boost Software License, The MIT License, The BSD License.   
 */
/**
 *	@file SprBase.h
 *	@brief 行列ベクトルなどの基本型のヘッダファイル群
*/
#ifndef SPR_SPRBASE_H
#define SPR_SPRBASE_H

#include "Base/Env.h"
#include "Base/BaseDebug.h"
#include "Base/BaseUtility.h"
#include "Base/TVector.h"
#include "Base/TMatrix.h"
#include "Base/TinyVec.h"
#include "Base/TinyMat.h"
#include "Base/TQuaternion.h"
#include "Base/Affine.h"
#include "Base/BaseTypeInfo.h"

#endif
