Move intbuf

This commit is contained in:
Nishi 2026-07-02 15:09:22 +09:00
commit e1a5f58d90
2 changed files with 5 additions and 4 deletions

View file

@ -23,6 +23,8 @@ typedef union sj4kouhobuffer {
typedef struct sj4kouho {
Sj4KouhoBuffer buffer;
unsigned char intbuf[SJ4BUFSZ];
} Sj4Kouho;
typedef struct sj4lib Sj4Lib;