In class
CoreCallback (
<WA SDK>/Wasabi/api/syscb/callbacks/corecb.h) there are events
NEEDNEXTFILE and
SETNEXTFILE. Does anybody know by which events they are fired?
In class
api_core (
<WA SDK>/Wasabi/api/core/api_core.h) there are methods
Quote:
int core_registerSequencer(CoreToken core, ItemSequencer *seq);
int core_deregisterSequencer(CoreToken core, ItemSequencer *seq);
|
Does anybody know which header defines class
ItemSequencer?