Fixed compiler error.
This commit is contained in:
parent
36b9d42819
commit
7153bc0578
@ -2910,6 +2910,14 @@
|
|||||||
RelativePath="..\src\BlockEntities\ChestEntity.h"
|
RelativePath="..\src\BlockEntities\ChestEntity.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\BlockEntities\CommandBlockEntity.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\BlockEntities\CommandBlockEntity.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\BlockEntities\DispenserEntity.cpp"
|
RelativePath="..\src\BlockEntities\DispenserEntity.cpp"
|
||||||
>
|
>
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
#include "CommandBlockEntity.h"
|
#include "CommandBlockEntity.h"
|
||||||
#include "../Entities/Player.h"
|
#include "../Entities/Player.h"
|
||||||
|
|
||||||
#include "CommandOutput.h"
|
#include "../CommandOutput.h"
|
||||||
#include "Root.h"
|
#include "../Root.h"
|
||||||
#include "Server.h" // ExecuteConsoleCommand()
|
#include "../Server.h" // ExecuteConsoleCommand()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user