Move declarations for chance.c to new chance.h
This commit is contained in:
parent
3c470925b6
commit
8eb78a5a80
52 changed files with 91 additions and 5 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "item.h"
|
||||
#include "optlist.h"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "combat.h"
|
||||
#include "commands.h"
|
||||
#include "empobj.h"
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "damage.h"
|
||||
#include "item.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <limits.h>
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "game.h"
|
||||
#include "land.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "commodity.h"
|
||||
#include "item.h"
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "land.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "treaty.h"
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "damage.h"
|
||||
#include "mission.h"
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "empobj.h"
|
||||
#include "map.h"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "empobj.h"
|
||||
#include "news.h"
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "item.h"
|
||||
#include "map.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "land.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "item.h"
|
||||
#include "land.h"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "map.h"
|
||||
#include "optlist.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "item.h"
|
||||
#include "land.h"
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "news.h"
|
||||
#include "retreat.h"
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "commodity.h"
|
||||
#include "empobj.h"
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "land.h"
|
||||
#include "optlist.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue