diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 6c329509..923e2eb8 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -82,11 +82,12 @@ #endif // i will figure out this someday -// #ifdef __WUT__ -// int main(int argc, char** argv) { -// -// } -// #endif +#ifdef __WUT__ +int main(int argc, char** argv) { + // stub so actions will work + return = 0 +} +#endif DECOMP_SIZE_ASSERT(IsleApp, 0x8c)