mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
9 lines
163 B
C
9 lines
163 B
C
#pragma once
|
|
|
|
#include "lua/src/lua.hpp"
|
|
|
|
int new_uint32_t(lua_State *L);
|
|
|
|
void load_boxed_numerics(lua_State *L);
|
|
void load_boxed_numerics_sandbox(lua_State *L);
|