Skip to content

Commit

Permalink
Move PlayerSAO to dedicated files
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Apr 11, 2020
1 parent c99e8df commit 894a34a
Show file tree
Hide file tree
Showing 19 changed files with 1,038 additions and 992 deletions.
3 changes: 2 additions & 1 deletion src/clientiface.cpp
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 894a34a

Please sign in to comment.