#include <NoOpProcess.h>

Public Member Functions | |
| void | vUpdate (const tMillisecond timeDelta) |
| Virtual update method. | |
This is a simple process that does nothing and must be killed. Note: Unlike the WaitProcess, this process will never kill itself. It must be killed externally.
Definition at line 45 of file NoOpProcess.h.
| void pcce::NoOpProcess::vUpdate | ( | const tMillisecond | timeDelta | ) | [inline, virtual] |
Virtual update method.
This method gets called once a frame. As it is a pure virtual method it must be implemented.
Implements pcce::IProcess.
Definition at line 47 of file NoOpProcess.h.
1.5.5