Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 16, 2005, 2:17:36 PM (18 years ago)
Author:
stefalie
Message:

WorldEntities: Added bomb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/world_entities/weapons/bomb.h

    r5590 r5593  
    11/*!
    2  * @file proto_world_entity.h
     2 * @file bomb.h
    33 * @brief description
    44*/
    55
    6 #ifndef _PROTO_WORLD_ENTITY_H
    7 #define _PROTO_WORLD_ENTITY_H
     6#ifndef BOMB
     7#define BOMB
    88
    9 #include "world_entity.h"
     9#include "bomb.h"
    1010
    1111//! A Class to ...
    12 class ProtoWorldEntity : public WorldEntity
     12class Bomb : public Projectile
    1313{
    1414
    1515 public:
    16   ProtoWorldEntity(const TiXmlElement* root = NULL);
    17   virtual ~ProtoWorldEntity();
     16  Bomb(const TiXmlElement* root = NULL);
     17  virtual ~Bomb();
    1818
    1919  void loadParams(const TiXmlElement* root);
     
    3232};
    3333
    34 #endif /* _PROTO_WORLD_ENTITY_H */
     34#endif /* BOMB */
Note: See TracChangeset for help on using the changeset viewer.