summaryrefslogtreecommitdiff
path: root/ZAPD/ExecutableMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/ExecutableMain.cpp')
-rw-r--r--ZAPD/ExecutableMain.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ZAPD/ExecutableMain.cpp b/ZAPD/ExecutableMain.cpp
new file mode 100644
index 0000000..303ea24
--- /dev/null
+++ b/ZAPD/ExecutableMain.cpp
@@ -0,0 +1,5 @@
+extern "C" int zapd_main(int argc, char* argv[]);
+
+int main(int argc, char* argv[]) {
+ return zapd_main(argc, argv);
+}