Files
fnl/UnityPlayerStub/Exports.cpp
2026-02-21 16:40:15 -08:00

8 lines
168 B
C++

#include <wtypes.h>
#include "Exports.h"
int UnityMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPWSTR /*lpCmdLine*/, int /*nShowCmd*/)
{
return 0;
}