mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move guids to util.
This commit is contained in:
parent
07bbe4f454
commit
d393e70943
7 changed files with 4 additions and 4 deletions
|
@ -455,7 +455,6 @@ set(common_SRCS
|
||||||
environment.cpp
|
environment.cpp
|
||||||
filesys.cpp
|
filesys.cpp
|
||||||
gettext.cpp
|
gettext.cpp
|
||||||
guid.cpp
|
|
||||||
inventorymanager.cpp
|
inventorymanager.cpp
|
||||||
itemdef.cpp
|
itemdef.cpp
|
||||||
light.cpp
|
light.cpp
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "unit_sao.h"
|
#include "unit_sao.h"
|
||||||
#include "guid.h"
|
#include "util/guid.h"
|
||||||
|
|
||||||
class LuaEntitySAO : public UnitSAO
|
class LuaEntitySAO : public UnitSAO
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#include "activeobject.h"
|
#include "activeobject.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "servermap.h"
|
#include "servermap.h"
|
||||||
#include "guid.h"
|
#include "util/guid.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "server/activeobjectmgr.h"
|
#include "server/activeobjectmgr.h"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// SPDX-License-Identifier: LGPL-2.1-or-later
|
// SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
// Copyright (C) 2022 Minetest core developers & community
|
// Copyright (C) 2022 Minetest core developers & community
|
||||||
|
|
||||||
#include "guid.h"
|
#include "util/guid.h"
|
||||||
#include "serverenvironment.h"
|
#include "serverenvironment.h"
|
||||||
#include <server/serveractiveobject.h>
|
#include <server/serveractiveobject.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -5,6 +5,7 @@ set(util_SRCS
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/colorize.cpp
|
${CMAKE_CURRENT_SOURCE_DIR}/colorize.cpp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/directiontables.cpp
|
${CMAKE_CURRENT_SOURCE_DIR}/directiontables.cpp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/enriched_string.cpp
|
${CMAKE_CURRENT_SOURCE_DIR}/enriched_string.cpp
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/guid.cpp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/hashing.cpp
|
${CMAKE_CURRENT_SOURCE_DIR}/hashing.cpp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/ieee_float.cpp
|
${CMAKE_CURRENT_SOURCE_DIR}/ieee_float.cpp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/metricsbackend.cpp
|
${CMAKE_CURRENT_SOURCE_DIR}/metricsbackend.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue