Initial commit
This commit is contained in:
13
C/GameTutorial/main.c
Normal file
13
C/GameTutorial/main.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
|
||||
int WinMain(HINSTANCE instance, HINSTANCE prevInstance, PSTR cmd, INT cmdShow) {
|
||||
UNREFERENCED_PARAMETER(instance);
|
||||
UNREFERENCED_PARAMETER(prevInstance);
|
||||
UNREFERENCED_PARAMETER(cmd);
|
||||
UNREFERENCED_PARAMETER(cmdShow);
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user