LearnOpenGL/Entry/test.h

11 lines
138 B
C
Raw Permalink Normal View History

2022-03-29 23:05:49 +08:00
#include <cstdio>
#include "../Lib/glfw-3.3.6/include/GLFW/glfw3.h"
#pragma comment(lib,"glfw3.lib")
class GLTest
{
public:
private:
};