aboutsummaryrefslogtreecommitdiff
path: root/KaplaDemo/samples/sampleViewer3/Timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'KaplaDemo/samples/sampleViewer3/Timing.h')
-rw-r--r--KaplaDemo/samples/sampleViewer3/Timing.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/KaplaDemo/samples/sampleViewer3/Timing.h b/KaplaDemo/samples/sampleViewer3/Timing.h
new file mode 100644
index 00000000..89b1d00d
--- /dev/null
+++ b/KaplaDemo/samples/sampleViewer3/Timing.h
@@ -0,0 +1,8 @@
+#ifndef TIMING_H
+#define TIMING_H
+
+ unsigned long getTime();
+ float getCurrentTime();
+ float getElapsedTime();
+
+#endif