kiq_types.hpp 267 B

123456789101112
  1. #ifndef __KIQ_UI_TYPES_HPP__
  2. #define __KIQ_UI_TYPES_HPP__
  3. namespace Event {
  4. static const constexpr char* TASK_SCHEDULED = "Task Scheduled";
  5. static const constexpr char* MESSAGE_RECEIVED = "Message Received";
  6. } // namespace Event
  7. #endif // __KIQ_UI_TYPES_HPP__