Skip to content

Commit

Permalink
fix: fix intellisense errors
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Jan 30, 2024
1 parent 4fcaac8 commit e7bb96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ll/test/TestDynamicCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ static void setupTimingCommand(CommandRegistry& registry) {


#include "mc/server/SimulatedPlayer.h"
#include "mc/world/actor/Actor.h"

static void setupCreateSimulatePlayerCommand(CommandRegistry& registry) {
auto command = DynamicCommand::createCommand(
Expand Down
2 changes: 2 additions & 0 deletions src/mc/world/actor/InternalComponentRegistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include "mc/_HeaderOutputPredefine.h"

class Actor;

class InternalComponentRegistry {
public:
// InternalComponentRegistry inner types declare
Expand Down

0 comments on commit e7bb96e

Please sign in to comment.