mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move PlayerSAO to dedicated files
This commit is contained in:
parent
c99e8df07f
commit
894a34aef4
19 changed files with 1038 additions and 992 deletions
|
@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#include <sstream>
|
||||
#include "clientiface.h"
|
||||
#include "content_sao.h"
|
||||
#include "network/connection.h"
|
||||
#include "network/serveropcodes.h"
|
||||
#include "remoteplayer.h"
|
||||
|
@ -27,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "serverenvironment.h"
|
||||
#include "map.h"
|
||||
#include "emerge.h"
|
||||
#include "content_sao.h" // TODO this is used for cleanup of only
|
||||
#include "server/player_sao.h"
|
||||
#include "log.h"
|
||||
#include "util/srp.h"
|
||||
#include "face_position_cache.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue