Changeset 11099 for code/trunk/src/modules/tetris
- Timestamp:
- Jan 27, 2016, 6:50:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/tetris/TetrisCenterpoint.h
r11071 r11099 105 105 /** 106 106 @brief Set the template for the stones. 107 @param template The template name to be applied to each stone.107 @param templateName The template name to be applied to each stone. 108 108 */ 109 109 void setStoneTemplate(const std::string& templateName) … … 118 118 /** 119 119 @brief Set the template for the bricks. 120 @param template The template name to be applied to each brick.120 @param templateName The template name to be applied to each brick. 121 121 */ 122 122 void setBrickTemplate(const std::string& templateName)
Note: See TracChangeset
for help on using the changeset viewer.