More succinct using statements

Co-authored-by: Celtic Minstrel <CelticMinstrel@users.noreply.github.com>
This commit is contained in:
2025-01-11 18:17:05 -06:00
committed by Celtic Minstrel
parent 89c0842ae3
commit 4d005cda2a

View File

@@ -46,8 +46,8 @@
#include "tools/event_listener.hpp"
#include "tools/drawable_manager.hpp"
using Catch::clara::ParserResult;
using Catch::clara::ParseResultType;
using clara::ParserResult;
using clara::ParseResultType;
bool All_Done = false;
sf::RenderWindow mainPtr;