mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move client-specific files to 'src/client' (#7902)
Update Android.mk Remove 'src/client' from include_directories
This commit is contained in:
parent
ddd9317b73
commit
5f1cd555cd
85 changed files with 187 additions and 116 deletions
|
@ -21,9 +21,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include <cmath>
|
||||
#include "script/common/c_converter.h"
|
||||
#include "l_internal.h"
|
||||
#include "content_cao.h"
|
||||
#include "camera.h"
|
||||
#include "client.h"
|
||||
#include "client/content_cao.h"
|
||||
#include "client/camera.h"
|
||||
#include "client/client.h"
|
||||
|
||||
LuaCamera::LuaCamera(Camera *m) : m_camera(m)
|
||||
{
|
||||
|
|
|
@ -20,10 +20,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#include "l_client.h"
|
||||
#include "chatmessage.h"
|
||||
#include "client.h"
|
||||
#include "client/client.h"
|
||||
#include "client/clientevent.h"
|
||||
#include "client/sound.h"
|
||||
#include "clientenvironment.h"
|
||||
#include "client/clientenvironment.h"
|
||||
#include "common/c_content.h"
|
||||
#include "common/c_converter.h"
|
||||
#include "cpp_api/s_base.h"
|
||||
|
|
|
@ -40,7 +40,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "face_position_cache.h"
|
||||
#include "remoteplayer.h"
|
||||
#ifndef SERVER
|
||||
#include "client.h"
|
||||
#include "client/client.h"
|
||||
#endif
|
||||
|
||||
struct EnumString ModApiEnvMod::es_ClearObjectsMode[] =
|
||||
|
|
|
@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "l_localplayer.h"
|
||||
#include "l_internal.h"
|
||||
#include "script/common/c_converter.h"
|
||||
#include "localplayer.h"
|
||||
#include "client/localplayer.h"
|
||||
#include "hud.h"
|
||||
#include "common/c_content.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "lua_api/l_minimap.h"
|
||||
#include "lua_api/l_internal.h"
|
||||
#include "common/c_converter.h"
|
||||
#include "client.h"
|
||||
#include "minimap.h"
|
||||
#include "client/client.h"
|
||||
#include "client/minimap.h"
|
||||
#include "settings.h"
|
||||
|
||||
LuaMinimap::LuaMinimap(Minimap *m) : m_minimap(m)
|
||||
|
|
|
@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "common/c_converter.h"
|
||||
#include "common/c_content.h"
|
||||
#include "server.h"
|
||||
#include "particles.h"
|
||||
#include "client/particles.h"
|
||||
|
||||
// add_particle({pos=, velocity=, acceleration=, expirationtime=,
|
||||
// size=, collisiondetection=, collision_removal=, object_collision=,
|
||||
|
|
|
@ -23,8 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "common/c_converter.h"
|
||||
#include "lua_api/l_internal.h"
|
||||
#include "lua_api/l_object.h"
|
||||
#include "particles.h"
|
||||
#include "client.h"
|
||||
#include "client/particles.h"
|
||||
#include "client/client.h"
|
||||
#include "client/clientevent.h"
|
||||
|
||||
int ModApiParticlesLocal::l_add_particle(lua_State *L)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue