#pragma once namespace tests{ int glfw_window(unsigned width,unsigned height, std::string title); }