Modified the Makefile to support correct recompilation of modified files and now the objects files are stored in a separated folder.

Added OnItemClicked Event.
This commit is contained in:
spartanj
2010-12-07 01:24:51 -03:00
parent 3a75edae9a
commit 0575be5836
7 changed files with 88 additions and 60 deletions

View File

@@ -363,6 +363,8 @@ void cEETest::OnFontLoaded( cResourceLoader * ObjLoaded ) {
CreateUI();
EE->Display();
mFontsLoaded = true;
}