From d345fd5bc3cd864593da3ef2eac5010047b08c47 Mon Sep 17 00:00:00 2001 From: hwinkel Date: Fri, 10 Nov 2023 13:17:23 +0100 Subject: [PATCH] ADD: added GET TRACKLIST to control type --- include/SimCore/SimCore.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/SimCore/SimCore.hpp b/include/SimCore/SimCore.hpp index 52a723a..29ac945 100644 --- a/include/SimCore/SimCore.hpp +++ b/include/SimCore/SimCore.hpp @@ -117,7 +117,9 @@ enum ControlType : std::uint32_t SHUT_DOWN, CREATE_ENTITY, DELETE_ENTITY, - GET_CONTROL + GET_CONTROL, + GET_TRACKLIST + };