Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2005, 11:55:57 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: renamed iphysics to physics_interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/physics/physics_connection.cc

    r4338 r4375  
    1919
    2020#include "physics_engine.h"
     21
     22#include "field.h"
     23#include "particle_system.h"
     24#include "physics_interface.h"
    2125
    2226using namespace std;
     
    5155  switch(this->type)
    5256    {
    53     case PCON_IPhysField:
     57    case PCON_PhysIField:
    5458     
    5559      break;
     
    6064      break;
    6165     
    62     case PCON_IPhysIPhys:
     66    case PCON_PhysIPhysI:
    6367
    6468      break;
Note: See TracChangeset for help on using the changeset viewer.