summaryrefslogtreecommitdiffhomepage
path: root/SixenseSDK/include/sixense_utils/time.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'SixenseSDK/include/sixense_utils/time.hpp')
-rwxr-xr-xSixenseSDK/include/sixense_utils/time.hpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/SixenseSDK/include/sixense_utils/time.hpp b/SixenseSDK/include/sixense_utils/time.hpp
new file mode 100755
index 0000000..314ed64
--- /dev/null
+++ b/SixenseSDK/include/sixense_utils/time.hpp
@@ -0,0 +1,23 @@
+/*
+ *
+ * SIXENSE CONFIDENTIAL
+ *
+ * Copyright (C) 2011 Sixense Entertainment Inc.
+ * All Rights Reserved
+ *
+ */
+
+#include "sixense_utils/export.hpp"
+
+namespace sixenseUtils {
+
+ class SIXENSE_UTILS_EXPORT Time {
+ public:
+ static double getTimeInMilliseconds();
+
+ // Return the number of milliseconds since this was last called with the given token
+ static double getElapsedMilliseconds( int token );
+ };
+
+}
+