danni.coy Posted July 5, 2012 Posted July 5, 2012 I am building an editor plugin script... I like using assert for sanity checks however my code is failing with... Interpreter::parse(): unknown token "assert" Why?
unclebob Posted July 6, 2012 Posted July 6, 2012 Hi Danni, Assert is defined in core/unigine.h file, you need to include that header in order to use assert statement.
Recommended Posts