FDR
4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
libfdr
include
fdr
library.h
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
namespace
FDR
7
{
12
void
library_init();
13
24
void
library_init(
int
* argc,
char
*** argv);
25
27
void
activate_embedded_license(
const
std::string& payload,
const
std::string& signature);
28
35
bool
has_valid_license();
36
42
void
library_exit();
43
45
std::string version();
46
47
}
// end FDR
Generated on Mon May 11 2020 18:30:17 for FDR by
1.8.18