Add some collision bars.
This commit is contained in:
parent
cdaffe0f2b
commit
f52476a4ec
4 changed files with 18 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "drawable.hpp"
|
||||
#include "vector.hpp"
|
||||
#include "sizenotifiable.hpp"
|
||||
#include "horzcollisionbar.hpp"
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
|
@ -42,6 +43,7 @@ namespace cloonel {
|
|||
virtual void Draw ( void ) const;
|
||||
|
||||
private:
|
||||
HorzCollisionBar m_bottomBar;
|
||||
SizeNotifiable<regbehaviours::AutoRegister> m_screenRatio;
|
||||
const std::unique_ptr<Texture> m_texture;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue