Include mg_decoration.h, mg_ore.h from emerge.cpp to fix warnings

This commit is contained in:
Kahrl 2014-11-02 17:52:30 +01:00
parent 209c0dd1af
commit 8040806f22
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "log.h"
#include "nodedef.h"
#include "mg_biome.h"
#include "mg_decoration.h"
#include "mg_ore.h"
#include "mapgen_v6.h"
#include "mapgen_v7.h"
#include "mapgen_singlenode.h"