X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=ae9ecbae3fecfd641ca8453a18084c1b1690c5e6;hb=bd35d4713988825c8a244c9367734037d5655969;hp=c9fc43178b30fb3820c3028a5c8a86fbb07120f1;hpb=fb93f9d67e2b5146bd65a670fa210ff77917f635;p=open-adventure.git diff --git a/advent.h b/advent.h index c9fc431..ae9ecba 100644 --- a/advent.h +++ b/advent.h @@ -52,7 +52,6 @@ struct game_t { long oldobj; long panic; long saved; - long setup; long tally; long thresh; long trndex; @@ -86,7 +85,6 @@ extern lcg_state lcgstate; /* b is not needed for POSIX but harmless */ #define READ_MODE "rb" #define WRITE_MODE "wb" -extern void* xmalloc(size_t); extern char* xstrdup(const char*); extern void packed_to_token(long, char token[6]); extern void newspeak(char*);