summaryrefslogtreecommitdiffhomepage
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 0613da6..568fd2a 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -1,9 +1,11 @@
+
+// external libs
#include "glad/glad.h"
#include "GLFW/glfw3.h"
namespace Window {
GLFWwindow* get();
- void init(
+ int init(
unsigned int width,
unsigned int height,
const char* title