/*
 *  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 SprPhysics.h
 *	@brief 物理シミュレーションのヘッダファイル群
*/
#ifndef SPR_PHYSICS_H
#define SPR_PHYSICS_H

#include "Physics/SprPHDef.h"
#include "Physics/SprPHSdk.h"
#include "Physics/SprPHScene.h"
#include "Physics/SprPHSolid.h"
#include "Physics/SprPHJoint.h"
#include "Physics/SprPHEngine.h"
#include "Physics/SprPHNodeHandlers.h"
#include "Physics/SprPHIK.h"
#endif
