You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
321 B

#ifndef AIWARE_RUNTIME__CHANGELOG_HPP
#define AIWARE_RUNTIME__CHANGELOG_HPP
#include "aiware/runtime/cpp/aiware-runtime-common-lib-cpp_export.h"
#include <string>
namespace aiware
{
namespace runtime
{
AIWARE_RUNTIME_COMMON_LIB_CPP_EXPORT std::string changelog();
} // namespace runtime
} // namespace aiware
#endif