Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 7, 2005, 3:54:49 PM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: Merged trunk into branch… still not working though…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/story_entities/story_entity.h

    r3525 r3746  
    88#define _STORY_ENTITY_H
    99
    10 #include "stdincl.h"
     10#include "base_object.h"
    1111
    1212#include "story_def.h"
     13#include "error.h"
     14
    1315
    1416//! A class that represents something to play in orxonox. it is a container for worlds, movies, mission briefings, etc...
     
    2325  bool isPaused; //! is true if the entity is paused
    2426
     27  virtual ErrorMessage preLoad();
    2528  virtual ErrorMessage load();
    2629  virtual ErrorMessage init();
Note: See TracChangeset for help on using the changeset viewer.