mirror of
https://github.com/logos-co/velopack.git
synced 2026-09-02 14:41:09 +00:00
add Velopack Unity sample (#163)
* feat: add unity sample * doc: add a readme for unity sample
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <wtypes.h>
|
||||
#include "Exports.h"
|
||||
|
||||
int UnityMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPWSTR /*lpCmdLine*/, int /*nShowCmd*/)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user