#include "pch.h" #include "Level.h" Level::Level() { } Level::~Level() { } void Level::Update(float elapsedSec) { } void Level::Draw() const { }