Переименовывание в LuaVox
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "Abstract.hpp"
|
||||
|
||||
|
||||
namespace AL::Client {
|
||||
namespace LV::Client {
|
||||
|
||||
void IRenderSession::onChunksChange(WorldId_t worldId, const std::vector<Pos::GlobalChunk> &changeOrAddList, const std::vector<Pos::GlobalChunk> &remove) {}
|
||||
void IRenderSession::attachCameraToEntity(EntityId_t id) {}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <Common/Abstract.hpp>
|
||||
|
||||
|
||||
namespace AL::Client {
|
||||
namespace LV::Client {
|
||||
|
||||
using VoxelId_t = uint16_t;
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <memory>
|
||||
|
||||
|
||||
namespace AL::Client {
|
||||
namespace LV::Client {
|
||||
|
||||
using namespace TOS;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <boost/asio/io_context.hpp>
|
||||
|
||||
|
||||
namespace AL::Client {
|
||||
namespace LV::Client {
|
||||
|
||||
class ServerSession : public AsyncObject, public IServerSession, public ISurfaceEventListener {
|
||||
std::unique_ptr<Net::AsyncSocket> _Socket;
|
||||
|
||||
Reference in New Issue
Block a user