Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 14, 2005, 2:50:25 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: physicsEngine works for particles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/util/physics/physics_connection.h

    r4182 r4183  
    77#define _PHYSICS_CONNECTION_H
    88
     9#include "field.h"
     10#include "particle_system.h"
     11#include "i_physics.h"
     12
    913//! An enumerator for different ConnectionTypes
    1014typedef enum PCON_Type { PCON_IPhysIPhys = 0,
     
    1418
    1519// Forward Declaration
    16 class Field;
    17 class IPhysics;
    18 class ParticleSystem;
    1920
    2021//! A class that Handles Physical Connection between subjects
Note: See TracChangeset for help on using the changeset viewer.