Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2007, 3:45:05 PM (17 years ago)
Author:
retolu
Message:

compiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/adm/src/world_entities/npcs/adm_turret.h

    r10663 r10664  
    1010//#include "sound_source.h"
    1111
    12 #include "weapon.h"
     12#include "world_entity.h"
    1313
    14 class GroundTurret : public WorldEntity
     14class AdmTurret : public WorldEntity
    1515      {
    1616                   ObjectListDeclaration(AdmTurret);
     
    4040                   void fire();
    4141                                           
    42       }
     42      };
     43
     44#endif
Note: See TracChangeset for help on using the changeset viewer.