2021-10-05 14:48:28 -04:00
|
|
|
#include "classiceditor.h"
|
|
|
|
|
2021-11-02 13:47:42 -04:00
|
|
|
ClassicEditor::ClassicEditor(std::shared_ptr<ClassicGraphicsManager>&& manager)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
void ClassicEditor::input(PlayerInput&& inputdata)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
void ClassicEditor::update(const sf::Time& dt)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
void ClassicEditor::draw() const
|
2021-10-05 14:48:28 -04:00
|
|
|
{
|
|
|
|
|
|
|
|
}
|