mirror of
https://github.com/spicetools/spicetools.git
synced 2026-04-22 01:27:48 -05:00
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);
|
|
}
|