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 + };