summaryrefslogtreecommitdiff
path: root/include/render.h
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-18 18:48:56 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-18 18:48:56 +0000
commit93f57352a74404d6bb8b63ba315633de261a4fb5 (patch)
tree5fa94e685cbc34602fa3492b3f0ceae8698fa69b /include/render.h
parent87d9f9a48463814acc752df72fdcd423f1937327 (diff)
revamp style
Diffstat (limited to 'include/render.h')
-rw-r--r--include/render.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/render.h b/include/render.h
deleted file mode 100644
index 7b8a555..0000000
--- a/include/render.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <stdbool.h>
-
-#include <SDL2/SDL_video.h>
-
-void render_begin(int w, int h);
-void render_end(SDL_Window* win);
-bool render_init(void);
-void render_rect(float x, float y, float w, float h, float r, float g, float b, float a);
-void render_shutdown(void);