2021-10-05 20:48:28 +02:00
|
|
|
#include "classiceditor.h"
|
|
|
|
|
2021-11-02 18:47:42 +01: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 20:48:28 +02:00
|
|
|
{
|
|
|
|
|
|
|
|
}
|