New code and data to get something on screen.

WiP.
This commit is contained in:
King_DuckZ 2014-02-09 00:32:11 +01:00
parent 2429229a95
commit a8f8d50129
10 changed files with 157 additions and 0 deletions

View file

@ -12,6 +12,7 @@ namespace cloonel {
///------------------------------------------------------------------------
SDLMain::SDLMain (const char* parGameName, int parWidth, int parHeight) :
m_gameName(parGameName),
m_localData(new LocalData),
m_defWidth(parWidth),
m_defHeight(parHeight)
{