spicetools/hooks/rom.h

10 lines
122 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
#include <string>
namespace hooks::rom {
void init();
void set_model(const std::string &model);
}