diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2020-04-29 17:43:36 -0400 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2020-04-29 17:43:36 -0400 |
| commit | d8bea44d49d5bc3cccb5f7936e0d373ff47b67dd (patch) | |
| tree | 35509de003873d5e8cc9d8e649f1dc1d65786a3a /ZAP2/Main.cpp | |
| parent | 4a1637ba6b13fb9064e57b2fb86f3aba2f22d4b1 (diff) | |
Fixed a few matching issues, experimented with model importation.
Diffstat (limited to 'ZAP2/Main.cpp')
| -rw-r--r-- | ZAP2/Main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ZAP2/Main.cpp b/ZAP2/Main.cpp index bcfbe8c..440fd54 100644 --- a/ZAP2/Main.cpp +++ b/ZAP2/Main.cpp @@ -10,6 +10,7 @@ #include <string> #include "tinyxml2.h" +extern void ModelTest(); using namespace tinyxml2; using namespace std; @@ -23,6 +24,12 @@ int main(int argc, char* argv[]) { Globals* g = new Globals(); + // TEST TEST +#if _MSC_VER && _DEBUG + //ModelTest(); + return 0; +#endif + return OldMain(argc, argv); //return NewMain(argc, argv); |
