summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2012-12-31 19:33:36 +0100
committerPilzAdam <PilzAdam@gmx.de>2013-01-14 15:27:00 +0100
commit61f5ca6b164b035de41bd32bb9409c7e04ea0d41 (patch)
tree5e39250c378a9fa94e884e3450c62890119f846b /src/client.h
parent443bbe6a785721bcaedf02f26c8a32d98ba63aec (diff)
downloadminetest-61f5ca6b164b035de41bd32bb9409c7e04ea0d41.tar.gz
minetest-61f5ca6b164b035de41bd32bb9409c7e04ea0d41.tar.bz2
minetest-61f5ca6b164b035de41bd32bb9409c7e04ea0d41.zip
Add particles
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 7052e840a..43fac9c9a 100644
--- a/src/client.h
+++ b/src/client.h
@@ -34,6 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "filecache.h"
#include "localplayer.h"
#include "server.h"
+#include "particles.h"
#include "util/pointedthing.h"
struct MeshMakeData;