HandmadeHero/project/handmade_win32.cpp

12 lines
149 B
C++
Raw Normal View History

2023-09-08 14:50:22 -07:00
#include "win32.h"
2023-09-08 14:50:22 -07:00
int CALLBACK WinMain(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nShowCmd
)
{
return 0;
}