~qcumber-some/widelands/spice-up-cmake

« back to all changes in this revision

Viewing changes to src/logic/widelands_streamread.h

  • Committer: Jens Beyer (Qcumber-some)
  • Date: 2010-05-28 14:51:37 UTC
  • mfrom: (5149.1.226 trunk)
  • Revision ID: qcumber-some@buerotiger.de-20100528145137-0pyil9qw7szyztsw
MergeĀ fromĀ trunk

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