Skip to content

Commit

Permalink
refactor: remove Common::getGameVersionString to file bedrock/common/…
Browse files Browse the repository at this point in the history
…game_version.h
  • Loading branch information
wu-vincent committed Jun 25, 2024
1 parent 0bc48f0 commit 1506cbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/bedrock/forward.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#pragma once

#include <cstdint>

// Classes
class ActorAnimationControllerGroup;
class ActorAnimationGroup;
Expand Down
1 change: 1 addition & 0 deletions include/bedrock/world/level/block/block_legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#pragma once

#include "bedrock/core/math/color.h"
#include "bedrock/forward.h"
#include "bedrock/world/level/block/block_component_storage.h"

Expand Down
2 changes: 1 addition & 1 deletion src/endstone_core/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace fs = std::filesystem;

#include <boost/algorithm/string.hpp>

#include "bedrock/common.h"
#include "bedrock/common/game_version.h"
#include "bedrock/core/threading.h"
#include "bedrock/network/server_network_handler.h"
#include "bedrock/world/actor/player/player.h"
Expand Down

0 comments on commit 1506cbf

Please sign in to comment.