1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Split servermap.cpp/h off from map.cpp/h

This commit is contained in:
sfan5 2024-03-06 21:04:57 +01:00
parent 0d817ff4ff
commit dfba79f8ff
12 changed files with 1433 additions and 1378 deletions

View file

@ -27,7 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "nodedef.h"
#include "nodemetadata.h"
#include "gamedef.h"
#include "map.h"
#include "porting.h"
#include "profiler.h"
#include "raycast.h"