diff options
Diffstat (limited to 'src/ppusim/pixel.h')
-rw-r--r-- | src/ppusim/pixel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ppusim/pixel.h b/src/ppusim/pixel.h new file mode 100644 index 0000000..8044560 --- /dev/null +++ b/src/ppusim/pixel.h @@ -0,0 +1,6 @@ +#pragma once + +#include <SDL2/SDL.h> + +void hh_ppusim_pixel(SDL_Renderer*, unsigned x, unsigned y); + |