/** GDevelop - Particle System Extension Copyright (c) 2010-2016 Florian Rival (Florian.Rival@gmail.com) This project is released under the MIT License. */ #ifndef EXTENSION_H_INCLUDED #define EXTENSION_H_INCLUDED #include "GDCore/Extensions/PlatformExtension.h" namespace gd { class ObjectMetadata; class PlatformExtension; } void DeclareParticleSystemExtension(gd::PlatformExtension& extension); #endif // EXTENSION_H_INCLUDED