1#ifndef IV_SRC_MIMICS_RETRO_UTILS_HPP_
2#define IV_SRC_MIMICS_RETRO_UTILS_HPP_
Definition AbstractRetroMimicElement.hpp:9
iv::types::mimicElementVersion getCurrentElementVersion(const std::string &elementType)
Retrieves the current version of the specified element type.
Definition utils.cpp:36
bool isRetroElement(const std::string &elementType, const iv::types::mimicElementVersion &version)
Checks if the given element type and version correspond to a retro element.
Definition utils.cpp:15
std::string mimicElementVersion
Definition types.hpp:74