PkmnLib/CInterface/AngelScript/AngelscriptScript.cpp
Deukhoofd d8e166e49a
All checks were successful
continuous-integration/drone/push Build is passing
Adds explicit destructor for AngelscriptScript.
2020-08-04 18:33:27 +02:00

4 lines
185 B
C++

#include "../../src/ScriptResolving/AngelScript/AngelScriptScript.hpp"
#include "../Core.hpp"
export uint8_t PkmnLib_AngelscriptScript_Destruct(AngelScriptScript* p) { Try(delete p;) }