0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-28 00:33:02 +00:00

Remove redundant declaration.

This commit is contained in:
Andrew Alderwick 2021-12-14 23:16:57 +00:00
parent 2330320985
commit 62f740416d

View file

@ -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);