summaryrefslogtreecommitdiff
path: root/ZAPDTR/ZAPD/ExecutableMain.cpp
diff options
context:
space:
mode:
authorAdam Bird <archez39@me.com>2023-10-20 21:09:32 -0400
committerAdam Bird <archez39@me.com>2023-10-20 21:09:32 -0400
commit12c09ecc3d01ef5410acf8b6899a6998e667309f (patch)
treeb78b17dce442839c51fc3ac62524307c1eab6842 /ZAPDTR/ZAPD/ExecutableMain.cpp
parentc61f519f17fa0975f5fc0fc569925ee1702d2891 (diff)
parente6445e0ce3b71c4db2e3a177054cffee1d3c5930 (diff)
Merge remote-tracking branch 'origin/develop' into move-soh-assets
Diffstat (limited to 'ZAPDTR/ZAPD/ExecutableMain.cpp')
m---------ZAPDTR0
-rw-r--r--ZAPDTR/ZAPD/ExecutableMain.cpp5
2 files changed, 0 insertions, 5 deletions
diff --git a/ZAPDTR b/ZAPDTR
new file mode 160000
+Subproject e6b0764799309b96c46f4c77e3ea2aa670f15e8
diff --git a/ZAPDTR/ZAPD/ExecutableMain.cpp b/ZAPDTR/ZAPD/ExecutableMain.cpp
deleted file mode 100644
index 303ea24ad..000000000
--- a/ZAPDTR/ZAPD/ExecutableMain.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-extern "C" int zapd_main(int argc, char* argv[]);
-
-int main(int argc, char* argv[]) {
- return zapd_main(argc, argv);
-}