Fix GacUI_Controls (except AddressBook and ColorPicker) (NOT READY)

This commit is contained in:
Zihan Chen
2017-08-26 02:02:55 -07:00
parent 764f38499f
commit b3a7fcf65e
58 changed files with 2542 additions and 2084 deletions

View File

@@ -1,15 +1,9 @@
#define GAC_HEADER_USE_NAMESPACE
#include "UI/Source/Demo.h"
#include <Windows.h>
using namespace vl::collections;
using namespace vl::stream;
int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int CmdShow)
{
return SetupWindowsDirect2DRenderer();
}
void GuiMain()
{
{