uxn

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

commit 37497060dc2fd2e07951d01838429879885850ea
parent 3ed8a61625113d964d12a13dbfddb100dd1981fd
Author: neauoire <aliceffekt@gmail.com>
Date:   Sat,  8 Jan 2022 19:38:53 -0800

Removed stdlib from screen header

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

diff --git a/src/devices/screen.c b/src/devices/screen.c @@ -1,3 +1,5 @@ +#include <stdlib.h> + #include "../uxn.h" #include "screen.h" diff --git a/src/devices/screen.h b/src/devices/screen.h @@ -1,5 +1,3 @@ -#include <stdlib.h> - /* Copyright (c) 2021 Devine Lu Linvega Copyright (c) 2021 Andrew Alderwick