mirror of
https://github.com/spicetools/spicetools.git
synced 2026-03-21 18:04:17 -05:00
8 lines
94 B
C++
8 lines
94 B
C++
#pragma once
|
|
|
|
#include <lua.hpp>
|
|
|
|
namespace script::api::drs {
|
|
void init(lua_State *n);
|
|
}
|