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