~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/being/actorsprite.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2015-01-19 19:32:00 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20150119193200-ry89y6auftypk4gw
Tags: 1.5.1.17-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "resources/map/mapconsts.h"
27
27
 
28
28
#include "being/actor.h"
29
 
#include "being/actortype.h"
30
29
#include "being/compoundsprite.h"
31
 
#include "being/targetcursorsize.h"
32
 
#include "being/targetcursortype.h"
 
30
 
 
31
#include "enums/being/actortype.h"
 
32
#include "enums/being/targetcursorsize.h"
 
33
#include "enums/being/targetcursortype.h"
33
34
 
34
35
#include "particle/particlelist.h"
35
36
#include "particle/particlevector.h"