Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 192


Ignore:
Timestamp:
Nov 7, 2007, 10:20:11 PM (16 years ago)
Author:
rgrieder
Message:

fixed issue with header files in subfolders

Location:
code/branches/main_reto/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/src/orxonox_ship.cc

    r190 r192  
    3232#include "OgreStringConverter.h"
    3333
    34 #include "bullet.h"
    35 #include "bullet_manager.h"
    3634#include "inertial_node.h"
    37 #include "weapon_manager.h"
     35#include "weapon/bullet.h"
     36#include "weapon/bullet_manager.h"
     37#include "weapon/weapon_manager.h"
    3838
    3939#include "orxonox_ship.h"
  • code/branches/main_reto/src/run_manager.cc

    r190 r192  
    5151#include "orxonox_scene.h"
    5252#include "orxonox_ship.h"
    53 #include "bullet.h"
    54 #include "bullet_manager.h"
    5553#include "camera_manager.h"
    56 #include "weapon_manager.h"
    5754#include "inertial_node.h"
     55
     56#include "weapon/bullet.h"
     57#include "weapon/bullet_manager.h"
     58#include "weapon/weapon_manager.h"
    5859
    5960#include "run_manager.h"
Note: See TracChangeset for help on using the changeset viewer.