Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 6:27:53 PM (5 years ago)
Author:
pomselj
Message:

almost done

File:
1 edited

Legend:

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

    r12391 r12394  
    9191            //OrxoBloxStones* CheckForCollision(OrxoBloxBall* Ball);
    9292            virtual void addBots(unsigned int amount) override{} //<! overwrite function in order to bypass the addbots command
     93            void count();
    9394        protected:
    9495        private:
     
    108109            WeakPtr<OrxoBloxWall> futureWall_;
    109110            std::vector<OrxoBloxWall*> activeWalls_;
    110             std::list<StrongPtr<OrxoBloxStones>> stones_; //!< A list of all stones in play.
     111            std::vector<OrxoBloxStones*> stones_; //!< A list of all stones in play.
     112            int counter;
     113            const int max_counter = 10;
    111114
    112115    };
Note: See TracChangeset for help on using the changeset viewer.