ImGuiTest/test/opengl_test.h

5 lines
68 B
C
Raw Permalink Normal View History

#pragma once
class OpenGLTest{
public:
static void openGLTest();
};