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/OrxoBloxStones.h

    r12251 r12307  
    4646                }
    4747
    48 
     48            void setGame(OrxoBlox* orxoblox)
     49                { assert(orxoblox); orxoblox_ = orxoblox; }
     50               
    4951        private:
    5052            float size_; //!< The dimensions a stone has in the game world.
     
    5254            bool delay_;
    5355           
     56            OrxoBlox* orxoblox_;
    5457           
    5558
Note: See TracChangeset for help on using the changeset viewer.