diff options
| author | onelin <oscar@nelin.dk> | 2025-04-11 09:48:42 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2025-04-11 09:51:56 +0000 |
| commit | 0dfd07a115ab626c97080dbe87e3c4904f091041 (patch) | |
| tree | a53861eb1f6bf570ba1a5422179c817662352bc1 /src/rendering/include | |
| parent | f6b60693e298ca9c155be75ed2e4c687f3fa0fa5 (diff) | |
Remove old glfw window src
Diffstat (limited to 'src/rendering/include')
| -rw-r--r-- | src/rendering/include/engine/rendering/window.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/rendering/include/engine/rendering/window.h b/src/rendering/include/engine/rendering/window.h index edb510a..83384bc 100644 --- a/src/rendering/include/engine/rendering/window.h +++ b/src/rendering/include/engine/rendering/window.h @@ -38,16 +38,6 @@ typedef struct { void* context; } Window; -// Window function -Window* init_window_glfw(const char* windowtitle, ivec2 windowsize, const u32 flags); -void destroy_window(Window* w); -void window_resize(Window* window, int width, int height); - -bool window_should_close(Window* w); - -// Renderer intializer(s) -void init_render_opengl(Window* w, const u32 flags); - void get_mousepos(double *x, double *y); #ifdef __cplusplus |
