add Velopack Unity sample (#163)

* feat: add unity sample

* doc: add a readme for unity sample
This commit is contained in:
NIEDASEN
2024-07-14 15:46:39 +01:00
committed by GitHub
parent 4d5a0b7ba1
commit 99357f4a86
135 changed files with 21462 additions and 0 deletions
@@ -0,0 +1,7 @@
#include <wtypes.h>
#include "Exports.h"
int UnityMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPWSTR /*lpCmdLine*/, int /*nShowCmd*/)
{
return 0;
}