Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 10, 2005, 9:15:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some minor cleanup, of the mess i made with AutoMake-sh

File:
1 edited

Legend:

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

    r5356 r5357  
    1 
    21/*
    32   orxonox - the future of 3D-vertical-scrollers
     
    1716#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
    1817
    19 
    2018#include "skybox.h"
    2119
    2220#include "load_param.h"
    2321#include "factory.h"
    24 #include "list.h"
    2522
    2623using namespace std;
     24
    2725CREATE_FACTORY(SkyBox);
    2826
    2927/**
    30  *  Constructs a SkyBox and takes fileName as a map.
     28 * Constructs a SkyBox and takes fileName as a map.
    3129 * @param fileName the file to take as input for the SkyBox
    3230*/
Note: See TracChangeset for help on using the changeset viewer.