10 lines
122 B
C++
10 lines
122 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace hooks::rom {
|
|
|
|
void init();
|
|
void set_model(const std::string &model);
|
|
}
|