mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
21 lines
No EOL
371 B
C++
21 lines
No EOL
371 B
C++
#pragma once
|
|
|
|
#include "libs/sol2/sol.hpp"
|
|
|
|
namespace satdump
|
|
{
|
|
namespace lua
|
|
{
|
|
void bind_logger(sol::state &lua);
|
|
|
|
void bind_image(sol::state &lua);
|
|
|
|
void bind_product(sol::state &lua);
|
|
|
|
void bind_geodetic(sol::state &lua);
|
|
|
|
void bind_projection(sol::state &lua);
|
|
|
|
void bind_handler_image(sol::state &lua);
|
|
}
|
|
} |