mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +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
|
@ -47,7 +47,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "mapgen/mg_biome.h"
|
||||
#include "content_mapnode.h"
|
||||
#include "content_nodemeta.h"
|
||||
#include "content_sao.h"
|
||||
#include "content/mods.h"
|
||||
#include "modchannels.h"
|
||||
#include "serverlist.h"
|
||||
|
@ -64,6 +63,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "chatmessage.h"
|
||||
#include "chat_interface.h"
|
||||
#include "remoteplayer.h"
|
||||
#include "server/player_sao.h"
|
||||
|
||||
class ClientNotFoundException : public BaseException
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue