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
|
||||
filesys.cpp
|
||||
gettext.cpp
|
||||
guid.cpp
|
||||
inventorymanager.cpp
|
||||
itemdef.cpp
|
||||
light.cpp
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "unit_sao.h"
|
||||
#include "guid.h"
|
||||
#include "util/guid.h"
|
||||
|
||||
class LuaEntitySAO : public UnitSAO
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "activeobject.h"
|
||||
#include "environment.h"
|
||||
#include "servermap.h"
|
||||
#include "guid.h"
|
||||
#include "util/guid.h"
|
||||
#include "map.h"
|
||||
#include "settings.h"
|
||||
#include "server/activeobjectmgr.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
// Copyright (C) 2022 Minetest core developers & community
|
||||
|
||||
#include "guid.h"
|
||||
#include "util/guid.h"
|
||||
#include "serverenvironment.h"
|
||||
#include <server/serveractiveobject.h>
|
||||
#include <string>
|
||||
|
|
|
@ -5,6 +5,7 @@ set(util_SRCS
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/colorize.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/directiontables.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/enriched_string.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/guid.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hashing.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/ieee_float.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/metricsbackend.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue