#include "TitleScreen.h" #include void TitleScreen::update(const float dt) { } void TitleScreen::draw() { DrawText("Bullet HELL 2022", 190, 200, 20, LIGHTGRAY); }