New code and data to get something on screen.
WiP.
This commit is contained in:
parent
2429229a95
commit
a8f8d50129
10 changed files with 157 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue