Files

8 lines
168 B
C++
Raw Permalink Normal View History

2024-07-14 22:46:39 +08:00
#include <wtypes.h>
#include "Exports.h"
int UnityMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPWSTR /*lpCmdLine*/, int /*nShowCmd*/)
{
return 0;
}