7 lines
138 B
C++
7 lines
138 B
C++
|
#include "SBpch.h"
|
||
|
|
||
|
INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
||
|
PSTR lpCmdLine, INT nCmdShow)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|