view LightClone/Source/Main.cpp @ 53:8cefb65577cc

Clean up world states
author koryspansel
date Fri, 30 Sep 2011 15:23:16 -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();
}