1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move ClientMap to clientmap.{h,cpp}

This commit is contained in:
Perttu Ahola 2012-03-16 00:25:18 +02:00
parent 54917e3062
commit 58bed83d03
12 changed files with 717 additions and 666 deletions

View file

@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "client.h"
#include "main.h" // for g_settings
#include "map.h"
#include "clientmap.h" // MapDrawControl
#include "mesh.h"
#include "player.h"
#include "tile.h"