Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2019, 3:00:44 PM (5 years ago)
Author:
ahuwyler
Message:

A Stone is in the game/ Templates are ajusted

File:
1 edited

Legend:

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

    r12278 r12307  
    4545                //  else ~OrxoBloxStones();
    4646                }
    47 
    48 
     47            void setGame(OrxoBlox* orxoblox)
     48                { assert(orxoblox); orxoblox_ = orxoblox; }
    4949        private:
     50            OrxoBlox* getOrxoBlox();
    5051            unsigned int health_;
    5152            bool delay_;
    52            
     53            OrxoBlox* orxoblox_;
    5354           
    5455
Note: See TracChangeset for help on using the changeset viewer.