Skip to content

Commit

Permalink
Update graphics.h
Browse files Browse the repository at this point in the history
  • Loading branch information
r41k0u authored Oct 11, 2023
1 parent 80bd5b0 commit 54e754b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graphics.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "mmap.h"
#include <stdio.h>
#include <algorithm>
#include <SDL.h>
#include <SDL/SDL.h>
#include <vector>

struct Sprite
Expand Down Expand Up @@ -117,4 +117,4 @@ class PPU
void setMemoryMap(MemoryMap* m) { mMap = m; }
void executePPU(int cycles);
Byte getPPUMode() { return ppuMode; }
};
};

0 comments on commit 54e754b

Please sign in to comment.