#pragma once #include namespace hooks::rom { void init(); void set_model(const std::string &model); }