Because (almost) everything is done in handlers now, merge the action files.
This commit is contained in:
parent
2abc833504
commit
dd9bbe1f00
4 changed files with 407 additions and 415 deletions
6
advent.h
6
advent.h
|
@ -136,12 +136,6 @@ extern void set_seed(long);
|
|||
extern unsigned long get_next_lcg_value(void);
|
||||
extern long randrange(long);
|
||||
extern void score(long);
|
||||
extern int carry(long);
|
||||
extern int discard(long, bool);
|
||||
extern int attack(FILE *, long, long);
|
||||
extern int throw(FILE *, long, long);
|
||||
extern int feed(long);
|
||||
extern int fill(long);
|
||||
|
||||
/* Statement functions
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue