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
|
@ -17,8 +17,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include "serverenvironment.h"
|
||||
#include "content_sao.h"
|
||||
#include "settings.h"
|
||||
#include "log.h"
|
||||
#include "mapblock.h"
|
||||
|
@ -44,7 +44,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#if USE_POSTGRESQL
|
||||
#include "database/database-postgresql.h"
|
||||
#endif
|
||||
#include <algorithm>
|
||||
#include "server/player_sao.h"
|
||||
|
||||
#define LBM_NAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789_:"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue