Keep alive callback interface.
If you want to add something that gets called in a CL_System::keep_alive() call, inherit this class and create an instance of it.
CL_KeepAlive() virtual ~CL_KeepAlive() virtual void keep_alive()
None
Back to index