Skip to content

Commit 894a34a

Browse files
committedApr 11, 2020
Move PlayerSAO to dedicated files
1 parent c99e8df commit 894a34a

19 files changed

+1038
-992
lines changed
 

‎src/clientiface.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
1919

2020
#include <sstream>
2121
#include "clientiface.h"
22+
#include "content_sao.h"
2223
#include "network/connection.h"
2324
#include "network/serveropcodes.h"
2425
#include "remoteplayer.h"
@@ -27,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2728
#include "serverenvironment.h"
2829
#include "map.h"
2930
#include "emerge.h"
30-
#include "content_sao.h" // TODO this is used for cleanup of only
31+
#include "server/player_sao.h"
3132
#include "log.h"
3233
#include "util/srp.h"
3334
#include "face_position_cache.h"

0 commit comments

Comments
 (0)
Please sign in to comment.