Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2005, 11:31:50 AM (18 years ago)
Author:
patrick
Message:

network: spawning ability added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/spawning_point.h

    r6081 r6083  
    1010#include "world_entity.h"
    1111
     12class World;
     13
    1214//! The spawning point for world entities
    1315class SpawningPoint : public WorldEntity {
    1416
    1517  public:
    16     SpawningPoint (const Vector& absCoordinate = Vector(0.0, 0.0, 0.0));
    17     SpawningPoint (const Vector& position, float frequency, float seed, int classID);
     18    SpawningPoint (const Vector& absCoordinate = Vector(0.0, 0.0, 0.0), const World* world);
     19    SpawningPoint (const Vector& position, float frequency, float seed, int classID, const World* world);
    1820    virtual ~SpawningPoint ();
    1921
Note: See TracChangeset for help on using the changeset viewer.