summaryrefslogtreecommitdiffstats
path: root/src/server/events/CreateBlock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/CreateBlock.hpp')
-rw-r--r--src/server/events/CreateBlock.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/events/CreateBlock.hpp b/src/server/events/CreateBlock.hpp
index 872e4612..3da589c7 100644
--- a/src/server/events/CreateBlock.hpp
+++ b/src/server/events/CreateBlock.hpp
@@ -18,7 +18,6 @@
#define INGEN_EVENTS_CREATEBLOCK_HPP
#include "ClientUpdate.hpp"
-#include "CompiledGraph.hpp"
#include "Event.hpp"
#include "types.hpp"
@@ -36,6 +35,7 @@ class Properties;
namespace server {
class BlockImpl;
+class CompiledGraph;
class Engine;
class GraphImpl;
class PreProcessContext;
@@ -57,6 +57,8 @@ public:
const Raul::Path& path,
Properties& properties);
+ ~CreateBlock() override;
+
bool pre_process(PreProcessContext& ctx) override;
void execute(RunContext& ctx) override;
void post_process() override;