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
288 B

7 months ago
#ifndef AIWARE_EMULATOR_CPP__CHANGELOG_HPP
#define AIWARE_EMULATOR_CPP__CHANGELOG_HPP
#include "aiware/emulator/aiware-emulator-lib_export.h"
#include <string>
namespace aiware
{
namespace emulator
{
AIWARE_EMULATOR_LIB_EXPORT std::string changelog();
}
} // namespace aiware
#endif