8 lines
168 B
C++
8 lines
168 B
C++
|
|
#include <wtypes.h>
|
||
|
|
#include "Exports.h"
|
||
|
|
|
||
|
|
int UnityMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPWSTR /*lpCmdLine*/, int /*nShowCmd*/)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|