uxn

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

commit 62f740416d36171ce7836c9948afb7c748a49f98
parent 23303209858b8dc6500cfdb04f20411bd6ee4666
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Tue, 14 Dec 2021 23:16:57 +0000

Remove redundant declaration.

Diffstat:
Msrc/uxn.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/uxn.h b/src/uxn.h @@ -40,8 +40,6 @@ typedef struct Uxn { Device dev[16]; } Uxn; -struct Uxn; - void poke16(Uint8 *m, Uint16 a, Uint16 b); Uint16 peek16(Uint8 *m, Uint16 a);