mirror of
https://github.com/spicetools/spicetools.git
synced 2026-05-02 19:06:07 -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);
|
|
}
|