Files
fnl/UnityPlayerStub/Exports.cpp

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

2026-02-21 16:40:15 -08:00
#include <wtypes.h>
#include "Exports.h"
int UnityMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPWSTR /*lpCmdLine*/, int /*nShowCmd*/)
{
return 0;
}