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:
parent
2330320985
commit
62f740416d
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue