Closed knot126 closed 8 months ago
As yorshex said, init/free might not be the best naming scheme. Maybe something like Init/Destroy would be better, for example:
Init
Destroy
void DgScriptInit(DgScript *script); void DgScriptDestroy(DgScript *script);
Eh I'm actually okay with this name scheme honestly.
As yorshex said, init/free might not be the best naming scheme. Maybe something like
Init
/Destroy
would be better, for example: