Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 9, 2005, 12:51:04 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: less includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/weapon.cc

    r4827 r4828  
    1515*/
    1616
     17#include "weapon.h"
    1718#include "weapon_manager.h"
    18 #include "weapon.h"
     19
    1920#include "vector.h"
    2021#include "projectile.h"
    2122#include "list.h"
    22 #include "world.h"
     23#include "state.h"
    2324
    2425/**
     
    3233  this->setRelCoor(coordinate);
    3334  this->setRelDir(direction);
    34   WorldInterface* wi = WorldInterface::getInstance();
    35   this->worldEntities = wi->getEntityList();
     35  this->worldEntities = State::getWorldEntityList();
    3636}
    3737
Note: See TracChangeset for help on using the changeset viewer.