Added some structuring.
The game runs but only a black window is shown.
This commit is contained in:
parent
f132916a0f
commit
d0893cba3a
16 changed files with 296 additions and 88 deletions
|
@ -7,6 +7,7 @@ namespace cloonel {
|
|||
class Placeable {
|
||||
public:
|
||||
const float2& GetPos ( void ) const noexcept { return m_pos; }
|
||||
void AddOffset ( const float2& parOffset ) noexcept { m_pos += parOffset; }
|
||||
|
||||
protected:
|
||||
Placeable ( float parX, float parY );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue