aboutsummaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-09-29 16:39:31 +1000
committerquou <quou@disroot.org>2024-09-29 16:39:31 +1000
commitbe5c7263406aef867501c7965bcced6a7e2898a6 (patch)
tree1e7d5d3b435456c9eeb2d094c3288df259246750 /render.h
parent9ca0a79e9cc784e14c3d8111ccb9ea1a22225472 (diff)
animation, player movement, physics etc.
Diffstat (limited to 'render.h')
-rw-r--r--render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.h b/render.h
index 01391c5..2cb54b8 100644
--- a/render.h
+++ b/render.h
@@ -7,7 +7,7 @@ typedef struct Bitmap {
short w, h;
} Bitmap;
-typedef struct {
+typedef struct Renderer {
unsigned* t;
int w, h;
int clip[4];