From 646f77ec6bc27af231b6ff8974e631b86188beb6 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 19 May 2019 23:03:48 +0500 Subject: Implemented block-api --- src/Plugin.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Plugin.hpp') diff --git a/src/Plugin.hpp b/src/Plugin.hpp index 3b61011..a849f5c 100644 --- a/src/Plugin.hpp +++ b/src/Plugin.hpp @@ -2,6 +2,10 @@ #include +#include "Vector.hpp" + +class BlockInfo; + namespace PluginSystem { void Init(); @@ -10,4 +14,6 @@ namespace PluginSystem { void CallOnChangeState(std::string newState); void CallOnTick(double deltaTime); + + BlockInfo RequestBlockInfo(Vector blockPos); } \ No newline at end of file -- cgit v1.2.3