43 static bool _wasAborted;
44 static bool _abortIsHandled;
#define INVENTORWRAPPER_API
Library initialization and export macros for platform independecy of project.
Class for passing status information to a host system.
static void updateProgress(const char *info1, const char *info2)
Sets the global progress status to the given strings (using ML host if ML is linked).
static bool abortIsHandled()
Returns whether global abortion will be handled by the viewer.
static void setWasAborted(bool flag)
Sets whether global abortion was done.
static void setAbortIsHandled(bool flag)
Sets whether global abortion will be handled by the viewer.
static bool wasAborted()
Check whether global abortion flag was set.