#ifndef __TENIS_H__
#define __TENIS_H__
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) bianpeng 边蓬 , mail: tianpmoon@gmail.com
//
// The use and distribution terms for this software are covered by the
// Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
// which can be found in the file CPL.TXT at the root of this distribution.
// By using this software in any fashion, you are agreeing to be bound by
// the terms of this license. You must not remove this notice, or
// any other, from this software.
/////////////////////////////////////////////////////////////////////////////
// DEDICT source v 0.1.8
//
// Written by 边蓬 (tianpmoon@gmail.com)
// Copyright (c) 2007 边蓬
//
// This code may be used in compiled form in any way you desire. This
// file may be redistributed by any means PROVIDING it is
// not sold for profit without the authors written consent, and
// providing that this notice and the authors name is included.
//
// This file is provided "as is" with no expressed or implied warranty.
// The author accepts no liability if it causes any damage to you or your
// computer whatsoever. It's free, so don't hassle me about it.
//
// Beware of bugs.
//
// Fun!
//---------------------------------//---------------------------------
// author: 边蓬
// date: 2007-06-07
//---------------------------------//---------------------------------
#include "utils.h"
#include "spring.h"
#include "partic.h"
#include "scene.h"
#include "vector_t.h"
#include "newton.h"
#endif