summaryrefslogtreecommitdiff
path: root/Runtime/Profiler/SharkProfiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Profiler/SharkProfiler.h')
-rw-r--r--Runtime/Profiler/SharkProfiler.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Runtime/Profiler/SharkProfiler.h b/Runtime/Profiler/SharkProfiler.h
new file mode 100644
index 0000000..60a352c
--- /dev/null
+++ b/Runtime/Profiler/SharkProfiler.h
@@ -0,0 +1,7 @@
+#ifndef _SHARK_PROFILER_H_
+#define _SHARK_PROFILER_H_
+
+void SharkBeginRemoteProfiling ();
+void SharkEndRemoteProfiling ();
+
+#endif //_SHARK_PROFILER_H_