summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-31 21:54:52 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-31 21:54:52 +0300
commit5919cdc663d5f60a8c5cc7e50ad0c43a18cf9829 (patch)
tree8c5be5f1f93551b676660e76b4d639ea2501e972 /src/map.cpp
parent8a999b66fd697404c6640778a6dd1ce0e747334a (diff)
downloadplus-5919cdc663d5f60a8c5cc7e50ad0c43a18cf9829.tar.gz
plus-5919cdc663d5f60a8c5cc7e50ad0c43a18cf9829.tar.bz2
plus-5919cdc663d5f60a8c5cc7e50ad0c43a18cf9829.tar.xz
plus-5919cdc663d5f60a8c5cc7e50ad0c43a18cf9829.zip
move particles into particle dir.
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp
index f7082383b..30508e07a 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -27,11 +27,12 @@
#include "localplayer.h"
#include "maplayer.h"
#include "notifymanager.h"
-#include "particle.h"
#include "simpleanimation.h"
#include "tileset.h"
#include "walklayer.h"
+#include "particle/particle.h"
+
#include "resources/ambientlayer.h"
#include "resources/image.h"
#include "resources/resourcemanager.h"