Added back stuff for GodDoodle

These additions are needed for GodDoodle to function
This commit is contained in:
Sharoy Veduchi 2023-06-13 14:26:04 -07:00 committed by GitHub
parent 5a2c3c69af
commit 7b96857dc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,18 @@ public class CGodGlobals
I64 word_fuf_flags,
word_count;
CFifoU8 *fifo;
CDC *doodle_dc;
I64 doodle_ch;
CFifoU8 *doodle_fifo;
Bool doodle_done;
} god;
MemSet(&god, 0, sizeof(CGodGlobals));
god.doodle_fifo =FifoU8New(2048 * 8);
god.fifo = FifoU8New(2048 * 8);
extern U0 GodBiblePassage(I64 num_lines=20);
extern U0 GodBitsInsert(I64 num_bits, I64 bitfield);
extern U0 GodDoodle(U8 *hex=NULL);
extern U0 GodSong();
extern U0 GodWord(I64 bits=17);