summaryrefslogtreecommitdiff
path: root/desktop/win32/source/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/main.h')
-rwxr-xr-xdesktop/win32/source/main.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/desktop/win32/source/main.h b/desktop/win32/source/main.h
new file mode 100755
index 000000000000..9e3039da1884
--- /dev/null
+++ b/desktop/win32/source/main.h
@@ -0,0 +1,15 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+#pragma once
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int MainA();
+int MainW();
+
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */