Files
Florian Rival 1a27f689e0 Remove deprecated/unused/unmaintained GDCpp code (#2930)
* This also includes extensions code.

Only show in developer changelog
2021-08-17 14:34:58 +02:00

20 lines
435 B
C++

/**
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