#pragma once #include #include #include #include namespace LoadingScreen { void setWindow(GLFWwindow* win); void show(std::string msg); };