Fix GacUI_HelloWorlds (NOT READY)

This commit is contained in:
Zihan Chen
2017-08-26 01:13:07 -07:00
parent 781f7c4156
commit 5cf2fef359
31 changed files with 579 additions and 349 deletions
-6
View File
@@ -1,11 +1,5 @@
#define GAC_HEADER_USE_NAMESPACE
#include <GacUI.h>
#include <Windows.h>
int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int CmdShow)
{
return SetupWindowsDirect2DRenderer();
}
void GuiMain()
{