summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/pacman.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2024-12-14 08:16:53 +0300
committerBoredGuy <osome3717@gmail.com>2024-12-14 08:16:53 +0300
commit36144cc98ed6d96cc4f28e73d8da3434774c5d7a (patch)
tree947de22d753cdba817bf3de7c48b97de8351c891 /Week1-Pacman/src/pacman.h
parent0979d3fef156da87b906c55621b49634dced28ba (diff)
Animation system updates
- implement draw_animation - add dpi scaling
Diffstat (limited to 'Week1-Pacman/src/pacman.h')
-rw-r--r--Week1-Pacman/src/pacman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Week1-Pacman/src/pacman.h b/Week1-Pacman/src/pacman.h
index 567fc1d..b56e95d 100644
--- a/Week1-Pacman/src/pacman.h
+++ b/Week1-Pacman/src/pacman.h
@@ -15,7 +15,6 @@ struct pacman {
int xpos;
int ypos;
- SDL_Texture* pacman_texture;
enum facing facing;
float frame_time;