1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix after hardware node coloring (#5114)

This commit is contained in:
Dániel Juhász 2017-01-26 16:10:56 +01:00 committed by Zeno-
parent 9f108b56d3
commit c268db7b46
2 changed files with 6 additions and 6 deletions

View file

@ -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
{