diff options
author | Dániel Juhász <juhdanad@gmail.com> | 2017-01-26 16:10:56 +0100 |
---|---|---|
committer | Zeno- <kde.psych@gmail.com> | 2017-01-27 01:10:56 +1000 |
commit | c268db7b46645b8000bd77ce80e919080a75f152 (patch) | |
tree | 58561dcf5fc20da6183454cf3d686cf40a32536c /src/particles.h | |
parent | 9f108b56d35cb607b538562ac369c457cd129eaa (diff) | |
download | minetest-c268db7b46645b8000bd77ce80e919080a75f152.tar.gz minetest-c268db7b46645b8000bd77ce80e919080a75f152.tar.bz2 minetest-c268db7b46645b8000bd77ce80e919080a75f152.zip |
Fix after hardware node coloring (#5114)
Diffstat (limited to 'src/particles.h')
-rw-r--r-- | src/particles.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particles.h b/src/particles.h index 3177f2cfd..7ffb1c728 100644 --- a/src/particles.h +++ b/src/particles.h @@ -32,8 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc., struct ClientEvent; class ParticleManager; class ClientEnvironment; -class MapNode; -class ContentFeatures; +struct MapNode; +struct ContentFeatures; class Particle : public scene::ISceneNode { |