Add everything.
Some checks failed
Build C++ Project with Fedora Container and Create Release / build (push) Has been cancelled
Some checks failed
Build C++ Project with Fedora Container and Create Release / build (push) Has been cancelled
This commit is contained in:
12
include/Window/Window.h
Normal file
12
include/Window/Window.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef WINDOW_H
|
||||
#define WINDOW_H
|
||||
#include "../General/GlobalHeaders.h"
|
||||
#include <glad/glad.h>
|
||||
#include "../../src/ThirdParty/glfw/include/GLFW/glfw3.h"
|
||||
|
||||
class Window {
|
||||
public:
|
||||
GLFWwindow* makeWindow();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user