Abolish funcs.h.

This commit is contained in:
Eric S. Raymond 2017-06-08 04:25:20 -04:00
parent 44639a9799
commit 46cd836df0
8 changed files with 50 additions and 62 deletions

2
main.c
View file

@ -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;