diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-24 19:23:56 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-24 19:23:56 +0100 |
commit | 97dd5f6bd354c8e931778c79c7a421d5bdaafee5 (patch) | |
tree | 31503c1d99d6165de2e8474e4535478975ea6650 /src/ppusim/pixel.h | |
parent | f5c8ae2f2d2074d483490e857db5aef8388f06c9 (diff) |
WIP ppusim
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); + |