SHADE_Y3/SHADE_Application/src/WinMain.cpp

7 lines
138 B
C++
Raw Normal View History

2022-09-05 13:55:52 +08:00
#include "SBpch.h"
INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR lpCmdLine, INT nCmdShow)
{
return 0;
}