Pre-resize fillparent

This commit is contained in:
2018-08-13 22:22:10 -04:00
parent 58fa6f0503
commit 353dc21750
95 changed files with 478 additions and 437 deletions
@@ -16,7 +16,7 @@ cKey::cKey( const cKey& copy )
/*virtual*/ cKey::~cKey()
{}
///Funtions
/// Funtions
/*virtual*/ void cKey::KeyPress()
{}
@@ -26,13 +26,13 @@ cKey::cKey( const cKey& copy )
/*virtual*/ void cKey::KeyDown()
{}
///Sets
/// Sets
void cKey::setKey( const SDL_Keycode& key )
{
m_key = key;
}
///Gets
/// Gets
const SDL_Keycode& cKey::getKey() const
{
return m_key;