Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/physics/fields/fields.h @ 4338

Last change on this file since 4338 was 4338, checked in by bensch, 19 years ago

orxonox/trunk: merged branches/physics back to the trunk
merged with command
svn merge -r 3866:HEAD . ../../trunk/
many conflict that i tried to resolv
@patrick: i hope i did not interfere with your stuff :/

File size: 810 bytes
Line 
1/*
2   orxonox - the future of 3D-vertical-scrollers
3
4   Copyright (C) 2004 orx
5
6   This program is free software; you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation; either version 2, or (at your option)
9   any later version.
10
11   ### File Specific:
12   main-programmer: Benjamin Grauer
13   co-programmer: ...
14*/
15
16/*!
17    \file fields.h
18    \brief collection of all Headers of all the different fileds there are in the
19    PhysicsEngine
20*/
21
22
23#ifndef _FILEDS_H
24#define _FIELDS_H
25
26/* The superclass */
27#include "field.h"
28
29/* subclasses Fields without Position */
30#include "gravity.h"
31
32/* subclasses of field with position */
33#include "point_gravity.h"
34#include "twirl.h"
35
36/* many more fields */
37
38
39
40#endif /* _FIELDS_H */
Note: See TracBrowser for help on using the repository browser.