mirror of
https://github.com/minetest/minetest.git
synced 2025-02-25 14:23:48 +01:00
Remove #include <content_mapnode.h> from game.cpp
This commit is contained in:
@ -47,9 +47,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include "nodedef.h"
|
#include "nodedef.h"
|
||||||
#include "nodemetadata.h"
|
#include "nodemetadata.h"
|
||||||
#include "main.h" // For g_settings
|
#include "main.h" // For g_settings
|
||||||
#include "content_mapnode.h" // For content_mapnode_init
|
|
||||||
#include "tooldef.h"
|
#include "tooldef.h"
|
||||||
#include "content_mapnode.h" // Default nodes
|
|
||||||
#include "tile.h" // For TextureSource
|
#include "tile.h" // For TextureSource
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user