i was tring to code another element and i got this message
src\simulation\elements\DECR.cpp(49): error C2084: function 'Element_DECR::~Element_DECR(void)' already has a body
C:\Documents and Settings\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\TPT sound mod\The-Powder-Toy-master\generated\ElementClasses.h(1594) : see previous definition of '{dtor}'
could some one please help
done here is the link
#include "simulation/Elements.h"
//#TPT-Directive ElementClass Element_DECR PT_DECR 167
Element_DECR::~Element_DECR()
{
/* ... */
Update = NULL;
}
Element_DECR::~Element_DECR() {}