From 54e754b51b6f6b97ac34b25fec505824eade3a68 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi <76248539+r41k0u@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:36:19 +0530 Subject: [PATCH] Update graphics.h --- src/graphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/graphics.h b/src/graphics.h index 706f696..64e3bc7 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -3,7 +3,7 @@ #include "mmap.h" #include #include -#include +#include #include struct Sprite @@ -117,4 +117,4 @@ class PPU void setMemoryMap(MemoryMap* m) { mMap = m; } void executePPU(int cycles); Byte getPPUMode() { return ppuMode; } -}; \ No newline at end of file +};