Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2016, 1:00:08 PM (9 years ago)
Author:
tgidron
Message:

Pickup Development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/src/modules/hover/Hover.h

    r11151 r11163  
    4242#include "gametypes/Gametype.h"
    4343#include "HoverOrigin.h"
     44#include "pickup/PickupSpawner.h"
    4445
    4546namespace orxonox
     
    6162
    6263
     64
    6365            inline int getNumberOfFlags() const
    6466                { return this->numberOfFlags_; }
     
    7678            int cellHeight;
    7779            int numCells;
     80
     81            std::vector<PickupSpawner*> pickups_;
    7882    };
    7983}
Note: See TracChangeset for help on using the changeset viewer.