From 8f9a9b86889d943c8b8c14b434e7b782e97a8096 Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Tue, 15 Aug 2023 15:17:49 +0200 Subject: [PATCH] ADD: added missing control type --- include/SimCore/SimCore.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SimCore/SimCore.hpp b/include/SimCore/SimCore.hpp index 162a7fd..16cc8b6 100644 --- a/include/SimCore/SimCore.hpp +++ b/include/SimCore/SimCore.hpp @@ -83,6 +83,7 @@ enum ControlType : std::uint32_t IDENTIFY, START, STOP, + SHUT_DOWN, CREATE_ENTITY, DELETE_ENTITY, GET_CONTROL