#include "levelmanager.hpp" LevelManager::LevelManager() { // does nothing yet } void LevelManager::create_level() { // does nothing yet }