glpy/include/glpy.h
2024-06-28 21:17:11 +08:00

5 lines
104 B
C++

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