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