(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.

This commit is contained in:
rubidium
2007-02-26 18:25:03 +00:00
parent 67201b129d
commit 191a739d31
7 changed files with 7 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
#include "command.h"
#include "tunnel_map.h"
#include "bridge_map.h"
#include "bridge.h"
#include "variables.h"
#include "table/sprites.h"
#include "unmovable_map.h"