diff --git a/Module.mk b/Module.mk index e0a1493..eed7581 100644 --- a/Module.mk +++ b/Module.mk @@ -21,6 +21,8 @@ $(zipdir)/: $(BUILDDIR)/popnhax.zip: \ build/bin/avs2_1508-32/popnhax.dll \ dist/popnhax/popnhax.xml \ + dist/popnhax/D3d9.dll \ + dist/popnhax/ifs_hook.dll \ | $(zipdir)/ echo ... $@ zip -j $@ $^ diff --git a/dist/popnhax/D3d9.dll b/dist/popnhax/D3d9.dll new file mode 100644 index 0000000..0a9acef Binary files /dev/null and b/dist/popnhax/D3d9.dll differ diff --git a/dist/popnhax/ifs_hook.dll b/dist/popnhax/ifs_hook.dll new file mode 100644 index 0000000..2435250 Binary files /dev/null and b/dist/popnhax/ifs_hook.dll differ diff --git a/popnhax/dllmain.cc b/popnhax/dllmain.cc index 02f9582..fa074bf 100644 --- a/popnhax/dllmain.cc +++ b/popnhax/dllmain.cc @@ -1,5 +1,6 @@ // clang-format off #include +#include #include // clang-format on @@ -3405,4 +3406,4 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv } return TRUE; -} \ No newline at end of file +}