diff options
Diffstat (limited to 'Minecraft.World/net.minecraft.commands.h')
| -rw-r--r-- | Minecraft.World/net.minecraft.commands.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Minecraft.World/net.minecraft.commands.h b/Minecraft.World/net.minecraft.commands.h new file mode 100644 index 00000000..616b2e07 --- /dev/null +++ b/Minecraft.World/net.minecraft.commands.h @@ -0,0 +1,7 @@ +#pragma once + +#include "AdminLogCommand.h" +#include "CommandsEnum.h" +#include "Command.h" +#include "CommandDispatcher.h" +#include "CommandSender.h"
\ No newline at end of file |
