~chuckw20/widelands/New_atlantean_carrier_animations

« back to all changes in this revision

Viewing changes to src/logic/widelands_streamread.h

  • Committer: Nicolai Hähnle
  • Date: 2010-05-09 11:21:24 UTC
  • mfrom: (5141.1.7 bob-saving)
  • Revision ID: prefect_@gmx.net-20100509112124-14ap938z6yuqy38j
Merge branch bob-saving

All classes derived from Bob now use the new save system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
        /// Read a Direction from the file. Use this when the result can only be a
164
164
        /// direction or 0 (none).
165
165
        ///
166
 
        /// \Throws direction_is_null if the direction is 0.
167
166
        /// \Throws direction_invalid if direction is > 6.
168
167
        Direction Direction8_allow_null();
169
168