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
|
@ -20,11 +20,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include <cassert>
|
||||
#include <json/json.h>
|
||||
#include "database-files.h"
|
||||
#include "content_sao.h"
|
||||
#include "remoteplayer.h"
|
||||
#include "settings.h"
|
||||
#include "porting.h"
|
||||
#include "filesys.h"
|
||||
#include "server/player_sao.h"
|
||||
#include "util/string.h"
|
||||
|
||||
// !!! WARNING !!!
|
||||
|
|
|
@ -36,8 +36,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "debug.h"
|
||||
#include "exceptions.h"
|
||||
#include "settings.h"
|
||||
#include "content_sao.h"
|
||||
#include "remoteplayer.h"
|
||||
#include "server/player_sao.h"
|
||||
|
||||
Database_PostgreSQL::Database_PostgreSQL(const std::string &connect_string) :
|
||||
m_connect_string(connect_string)
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue