webOS Userland
Native system APIs for webOS
 
Loading...
Searching...
No Matches
lgnc_dl.h
1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7int LGNC_DL_Initialize();
8
9int LGNC_DL_IsInitialized();
10
11void LGNC_DL_Finalize();
12
13#ifdef __cplusplus
14}
15#endif