summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewermacosx-objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llappviewermacosx-objc.h')
-rw-r--r--indra/newview/llappviewermacosx-objc.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/llappviewermacosx-objc.h b/indra/newview/llappviewermacosx-objc.h
new file mode 100644
index 0000000000..9ece6a1a6a
--- /dev/null
+++ b/indra/newview/llappviewermacosx-objc.h
@@ -0,0 +1,19 @@
+//
+// NSObject_llappviewermacosx_objc.h
+// SecondLife
+//
+// Created by Geenz on 12/16/12.
+//
+//
+
+#include <boost/tr1/functional.hpp>
+typedef std::tr1::function<void()> VoidCallback;
+typedef void* ViewerAppRef;
+
+int createNSApp(int argc, const char **argv);
+
+bool initViewer();
+void handleQuit();
+bool runMainLoop();
+void initMainLoop();
+void destroyMainLoop(); \ No newline at end of file