#pragma once #include #include namespace py = pybind11; namespace tests{ int glfw_shader(unsigned width,unsigned height, std::string title); int glfw_black_window(unsigned width,unsigned height,std::string title); int glfw_basic_triangle(unsigned width,unsigned height, std::string title); }