mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
7 lines
130 B
C
7 lines
130 B
C
|
#pragma once
|
||
|
|
||
|
#include "lua/src/lua.hpp"
|
||
|
|
||
|
// load all known lua bindings into the state
|
||
|
void load_lua_bindings(lua_State *state);
|