Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5356 in orxonox.OLD for trunk/src/world_entities/skybox.cc


Ignore:
Timestamp:
Oct 10, 2005, 8:17:44 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: saver Weapon-Projectile-generation and Stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/skybox.cc

    r5355 r5356  
    2020#include "skybox.h"
    2121
     22#include "load_param.h"
    2223#include "factory.h"
    23 
    24 #include "load_param.h"
    25 #include "material.h"
    26 #include "vector.h"
    27 #include "resource_manager.h"
    28 #include "model.h"
    29 //#include "world_entity.h"
    30 
     24#include "list.h"
     25
     26using namespace std;
    3127CREATE_FACTORY(SkyBox);
    32 
    33 using namespace std;
    3428
    3529/**
Note: See TracChangeset for help on using the changeset viewer.