#include "HTools.h"
Go to the source code of this file.
Classes | |
class | HTClient |
class | HTManager |
Typedefs | |
typedef bool(* | HTClientTickFunction )(float request_time, float actual_time, void *user_data) |
Enumerations | |
enum | HTCStyle { HTCS_Invalid, HTCS_Once, HTCS_Periodic, HTCS_PeriodicSkip } |
Defines datatypes for the HTManager class
typedef bool(* HTClientTickFunction)(float request_time, float actual_time, void *user_data) |
var typedef bool(*HTClientTickFunction)(float request_time, float actual_time, void * user_data)
enum HTCStyle |
Indicates how timer events will be delivered