HandmadeHero/project/handmade_win32.cpp
2023-09-08 17:52:12 -04:00

12 lines
149 B
C++

#include "win32.h"
int CALLBACK WinMain(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nShowCmd
)
{
return 0;
}