Exports.cpp 168 B

1234567
  1. #include <wtypes.h>
  2. #include "Exports.h"
  3. int UnityMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPWSTR /*lpCmdLine*/, int /*nShowCmd*/)
  4. {
  5. return 0;
  6. }