#include "GizmodTimer.hpp"
#include "GizmoEventLIRC.hpp"
#include "../libH/Debug.hpp"
#include "../libH/Exception.hpp"
#include "../libH/UtilTime.hpp"
#include <boost/shared_ptr.hpp>
#include <boost/thread/thread.hpp>
Go to the source code of this file.
Defines | |
#define | TIMER_GRANULARITY 0.05f |
Amount of time to wait before checking for a cancel. |
Definition in file GizmodTimer.cpp.