- Timestamp:
- Nov 7, 2015, 10:23:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/modules/mini4dgame/Mini4DgameAI.h
r10230 r10769 81 81 protected: 82 82 83 std::list<std::pair<Timer*, char> 83 std::list<std::pair<Timer*, char>> reactionTimers_; //!< A list of reaction timers and the directions that take effect when their timer expires. 84 84 Mini4DgameCenterpoint* center_; 85 85
Note: See TracChangeset
for help on using the changeset viewer.