Unravel Engine C++ Reference
Loading...
Searching...
No Matches
seq::manager Namespace Reference

Functions

void push (seq_manager &mgr)
 Pushes a sequence manager to the stack.
 
void pop ()
 Pops the top sequence manager from the stack.
 

Function Documentation

◆ pop()

void seq::manager::pop ( )

Pops the top sequence manager from the stack.

Definition at line 197 of file seq.cpp.

◆ push()

void seq::manager::push ( seq_manager & mgr)

Pushes a sequence manager to the stack.

Parameters
mgrThe manager to push.

Definition at line 193 of file seq.cpp.