Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 7:16:49 PM (5 years ago)
Author:
pomselj
Message:

kinda done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxWall.h

    r12360 r12395  
    4646            void reduceNumberOfStones();
    4747            void setNumberOfStones(int number);
     48            std::vector<OrxoBloxStones*> TotalStones_;
    4849        private:
    4950            void createWall(void);
     
    5152            unsigned int totalhealth_;
    5253            unsigned int num_Stones_;
    53             unsigned int size_;
    54             std::vector<OrxoBloxStones*> TotalStones_; //!< A list of all stones in a Wall.
     54            unsigned int size_; //!< A list of all stones in a Wall.
    5555            bool delay_;
    5656            OrxoBlox* orxoblox_;
Note: See TracChangeset for help on using the changeset viewer.