3.38. s3d_process_stack

#include <s3d.h>

void s3d_process_callback( );

This function goes through all function of the event-stack and will call functions. this is useful when you define a new function but still have a lot of events of this type on the stack.

Note

This is probably obsolete