ClanSoft logo
ClanSoft logo

    CL_TimerManager

The CL_TimerManager class is ClanLib's interface to callback functions. Gamesusing MOD players or similar often need to use the TimerManager.

Description

Class members

virtual ~CL_TimerManager()
static bool subscribe( int milliseconds, CL_TimerCallback *callback_class, float tolerance, bool periodic, bool delete_pointer = true)
static void unsubscribe(CL_TimerCallback *callback_class)

See Also

None


Back to index



This page was built using the Perceps documentation system.