mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Added back stuff for GodDoodle
These additions are needed for GodDoodle to function
This commit is contained in:
parent
5a2c3c69af
commit
7b96857dc1
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue