DynXX-Cxx
Loading...
Searching...
No Matches
DynXX.hxx
Go to the documentation of this file.
1#pragma once
2
3#include "Net.hxx"
4#include "KV.hxx"
5#include "SQLite.hxx"
6#include "Lua.hxx"
7#include "JS.hxx"
8#include "Log.hxx"
9#include "Json.hxx"
10#include "Coding.hxx"
11#include "Crypto.hxx"
12#include "Zip.hxx"
13#include "Device.hxx"
14#include "Memory.hxx"
15
16std::string dynxxGetVersion();
17
18[[nodiscard]] bool dynxxInit(std::string_view root);
19
20std::optional<std::string> dynxxRootPath();
21
std::optional< std::string > dynxxRootPath()
std::string dynxxGetVersion()
bool dynxxInit(std::string_view root)
void dynxxRelease()