#pragma once #include #include #include namespace LoadingScreen { void init(); void show(std::string msg); };