view LightClone/Source/Main.cpp @ 17:4951acfe92fc

Reworking GUI system
author koryspansel <koryspansel@bendbroadband.com>
date Wed, 14 Sep 2011 13:33:22 -0700
parents 7e3a0ae9c016
children 95677f648a2c
line wrap: on
line source

/*
 * Main
 */

#include <windows.h>
#include <tchar.h>
#include "Mediator.h"

int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE, LPTSTR, int)
{
	return Mediator().Run();
}