Initial commit
This commit is contained in:
commit
edfc5298e1
252 changed files with 93965 additions and 0 deletions
15
source/Graphics/Renderable2D.cpp
Normal file
15
source/Graphics/Renderable2D.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
#include <Spectre/Graphics/Renderable.h>
|
||||
|
||||
Renderable2D::Renderable2D()
|
||||
{
|
||||
}
|
||||
|
||||
Renderable2D::Renderable2D(const Vector2f& position) :
|
||||
Transformable (position)
|
||||
{
|
||||
}
|
||||
|
||||
Renderable2D::~Renderable2D()
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue