Added CreateSelectButton to cUITheme.

Added GetPrevState to cUISkinState.
Hided fonts constructors ( to avoid problems in the font manager if this are instanciated inside a function ).
Fixed the BLENDONE BlendMode.
Working in adding Polygons to the Map and Map Editor ( in very early stage ).
This commit is contained in:
Martín Lucas Golini
2013-01-11 01:22:55 -03:00
parent e5aaa448bc
commit 0a741f2bc3
16 changed files with 176 additions and 49 deletions

View File

@@ -48,5 +48,5 @@ EE_MAIN_FUNC int main (int argc, char * argv [])
// If was compiled in debug mode it will print the memory manager report
EE::MemoryManager::ShowResults();
return 0;
return EXIT_SUCCESS;
}