glpy/include/glpy.h

5 lines
104 B
C
Raw Normal View History

2024-06-28 13:17:11 +00:00
#pragma once
namespace tests{
int glfw_window(unsigned width,unsigned height, std::string title);
}