Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2100 in orxonox.OLD for orxonox/branches/chris/src/world.h


Ignore:
Timestamp:
Jul 10, 2004, 1:15:22 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: First part of the "Getittocompile"-Project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/world.h

    r2096 r2100  
    22#ifndef WORLD_H
    33#define WORLD_H
     4
     5class Track;
    46
    57class World {
     
    911  ~World ();
    1012
    11         template<class T> T* spawn<T>(Location* loc, WorldEntity* owner);       // template to be able to spawn any derivation of WorldEntity
    12         template<class T> T* spawn<T>(Placement* plc, WorldEntity* owner = NULL)
     13        template<class T>
     14          T* spawn<T>(Location* loc, WorldEntity* owner);       // template to be able to spawn any derivation of WorldEntity
     15        template<class T>
     16          T* spawn<T>(Placement* plc, WorldEntity* owner);
    1317
    1418        void time_slice (Uint32 deltaT);
Note: See TracChangeset for help on using the changeset viewer.