aboutsummaryrefslogtreecommitdiff
path: root/src/ppusim/pixel.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-24 19:23:56 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-24 19:23:56 +0100
commit97dd5f6bd354c8e931778c79c7a421d5bdaafee5 (patch)
tree31503c1d99d6165de2e8474e4535478975ea6650 /src/ppusim/pixel.h
parentf5c8ae2f2d2074d483490e857db5aef8388f06c9 (diff)
WIP ppusim
Diffstat (limited to 'src/ppusim/pixel.h')
-rw-r--r--src/ppusim/pixel.h6
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);
+