~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/resources/spritedef.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
                         const int offsetX, const int offsetY,
164
164
                         const int variant_offset,
165
165
                         int repeat, const int rand,
166
 
                         ImageSet *const imageSet,
 
166
                         const ImageSet *const imageSet,
167
167
                         Animation *const animation) const;
168
168
 
169
169
    private:
202
202
         * Loads an animation element.
203
203
         */
204
204
        void loadAnimation(const XmlNodePtr animationNode,
205
 
                           Action *const action, ImageSet *const imageSet,
 
205
                           Action *const action,
 
206
                           const ImageSet *const imageSet,
206
207
                           const int variant_offset) const;
207
208
 
208
209
        /**