uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 253dc0974f05f7010bc944c09a4d4bc5658ea76f
parent 1733ebca0ff147b386457fd279dddd3e1d598920
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Mon,  9 Dec 2024 13:27:03 -0800

Merge branch 'main' of git.sr.ht:~rabbits/uxn

Diffstat:
Msrc/devices/screen.h | 2+-
Msrc/devices/system.h | 3+--
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/devices/screen.h b/src/devices/screen.h @@ -22,7 +22,7 @@ void screen_change(int x1, int y1, int x2, int y2); void screen_fill(Uint8 *layer, int color); void screen_palette(void); void screen_resize(Uint16 width, Uint16 height, int scale); -void screen_redraw(); +void screen_redraw(void); Uint8 screen_dei(Uxn *u, Uint8 addr); void screen_deo(Uxn *u, Uint8 addr); diff --git a/src/devices/system.h b/src/devices/system.h @@ -19,4 +19,4 @@ int system_boot(Uint8 *ram, char *rom); Uint8 system_dei(Uxn *u, Uint8 addr); void system_deo(Uxn *u, Uint8 addr); -extern Uxn bios; -\ No newline at end of file +extern Uxn bios;