Move function declarations for maps.c from prototypes.h to map.h

This commit is contained in:
Markus Armbruster 2011-04-09 09:28:58 +02:00
parent 8dc69a9a84
commit d78df0b48b
5 changed files with 10 additions and 5 deletions

View file

@ -35,6 +35,7 @@
#include "commands.h"
#include "item.h"
#include "land.h"
#include "map.h"
#include "optlist.h"
#include "path.h"
#include "plague.h"

View file

@ -33,6 +33,7 @@
#include <config.h>
#include "commands.h"
#include "map.h"
int
shar(void)

View file

@ -35,6 +35,7 @@
#include "commands.h"
#include "land.h"
#include "map.h"
#include "nuke.h"
#include "plane.h"
#include "ship.h"