Abolish funcs.h.
This commit is contained in:
parent
44639a9799
commit
46cd836df0
8 changed files with 50 additions and 62 deletions
2
main.c
2
main.c
|
@ -90,8 +90,6 @@ int main(int argc, char *argv[]) {
|
|||
* game.panic says whether he's found out he's trapped in the cave
|
||||
* game.wzdark says whether the loc he's leaving was dark */
|
||||
|
||||
#include "funcs.h"
|
||||
|
||||
/* Initialize our LCG PRNG with parameters tested against Knuth vol. 2. by the original authors */
|
||||
|
||||
lcgstate.a = 1093;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue