project-kyoku/modes/classicmode/editor/classiceditor.cpp

22 lines
262 B
C++

#include "classiceditor.h"
ClassicEditor::ClassicEditor(std::shared_ptr<ClassicGraphicsManager>&& manager)
{
}
void ClassicEditor::input(PlayerInput&& inputdata)
{
}
void ClassicEditor::update(const sf::Time& dt)
{
}
void ClassicEditor::draw() const
{
}