1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Move serveractiveobject & unitsao

Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h}
Move UnitSAO class to dedicated files
This commit is contained in:
Loic Blot
2020-04-10 21:25:42 +02:00
committed by Loïc Blot
parent 01b3f26c7b
commit 6d43736172
20 changed files with 445 additions and 404 deletions

View File

@@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "client/localplayer.h"
#endif
#include "serverenvironment.h"
#include "serverobject.h"
#include "server/serveractiveobject.h"
#include "util/timetaker.h"
#include "profiler.h"