Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2007, 9:54:59 PM (18 years ago)
Author:
rgrieder
Message:
  • removed folder src/class_hierarchy
  • removed a few unnec. files in src/
  • added a few files in src/orxonox to make weapon system and hud work
  • restructured all CMLs
  • adjusted all the #include directives (only one include directory now: src)
  • moved ENET library linkage to CML in src/orxonox
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/weapon/base_weapon.cc

    r337 r341  
    3333#include "OgreSceneManager.h"
    3434
     35#include "orxonox/inertial_node.h"
     36#include "orxonox/run_manager.h"
     37
    3538#include "bullet.h"
    3639#include "bullet_manager.h"
    37 #include "inertial_node.h"
    3840#include "ammunition_dump.h"
    39 #include "run_manager.h"
    4041
    4142#include "base_weapon.h"
Note: See TracChangeset for help on using the changeset viewer.