Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10210 in orxonox.OLD


Ignore:
Timestamp:
Jan 10, 2007, 2:20:27 PM (17 years ago)
Author:
gfilip
Message:

blackscreen: errors fixed

Location:
branches/camera/src/world_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/blackscreen.cc

    r10207 r10210  
    1919#include "util/loading/factory.h"
    2020#include "util/loading/load_param.h"
    21 
    22 
    2321#include "blackscreen.h"
    2422#include "debug.h"
     23#include "material.h"
     24#include "state.h"
     25#include "class_id_DEPRECATED.h"
    2526
    26 
    27 #include "material.h"
    28 
    29 #include "state.h"
    30 
    31 
    32 
    33 #include "class_id_DEPRECATED.h"
    3427ObjectListDefinition(blackscreen);
    3528CREATE_FACTORY(blackscreen);
  • branches/camera/src/world_entities/blackscreen.h

    r10207 r10210  
    33
    44#include "world_entity.h"
    5 #include "p_node.h"
     5
    66
    77class TiXmlElement;
    88class Material;
    99
    10 class blackscreen : public PNode, public WorldEntity
     10class blackscreen : public WorldEntity
    1111{
    1212    ObjectListDeclaration(blackscreen);
Note: See TracChangeset for help on using the changeset viewer.