Move PlayerSAO to dedicated files

This commit is contained in:
Loic Blot
2020-04-11 09:59:09 +02:00
committed by Loïc Blot
parent c99e8df07f
commit 894a34aef4
19 changed files with 1038 additions and 992 deletions

View File

@@ -33,8 +33,8 @@ SQLite format specification:
#include "settings.h"
#include "porting.h"
#include "util/string.h"
#include "content_sao.h"
#include "remoteplayer.h"
#include "server/player_sao.h"
#include <cassert>