diff options
Diffstat (limited to 'ZAPDTR/ZAPD/ExecutableMain.cpp')
| -rw-r--r-- | ZAPDTR/ZAPD/ExecutableMain.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ZAPDTR/ZAPD/ExecutableMain.cpp b/ZAPDTR/ZAPD/ExecutableMain.cpp new file mode 100644 index 000000000..303ea24ad --- /dev/null +++ b/ZAPDTR/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); +} |
