Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2016, 2:49:44 PM (8 years ago)
Author:
tgidron
Message:

Final Project

File:
1 edited

Legend:

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

    r11192 r11196  
    2323 *      Manuel Meier
    2424 *   Co-authors:
    25  *      ...
     25 *      Tomer Gidron
    2626 *
    2727 */
     
    6565            inline int getCellHeight() const
    6666                { return this->cellHeight_; }
     67
     68            inline void setWallTickness(int wallTickness)
     69                { this->wallTickness_ = wallTickness; }
     70            inline int getWallTickness() const
     71                { return this->wallTickness_; }
    6772
    6873            //pickup template set and get for destroy hover pickup
     
    124129            int cellSize_;
    125130            int cellHeight_;
     131            int wallThickness_;
    126132
    127133            // Tempaltes for the destroy hover pickup
Note: See TracChangeset for help on using the changeset viewer.