Move declarations for chance.c to new chance.h

This commit is contained in:
Markus Armbruster 2012-08-14 18:57:17 +02:00
parent 3c470925b6
commit 8eb78a5a80
52 changed files with 91 additions and 5 deletions

View file

@ -39,6 +39,7 @@
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include "chance.h"
#include "commands.h"
#include "match.h"
#include "misc.h"