Skylicht Engine
Toggle main menu visibility
Loading...
Searching...
No Matches
StorePurchase
AppStoreController.h
1
#ifdef __cplusplus
2
extern
"C"
{
3
#endif
4
5
void
appstore_init();
6
void
appstore_restorePurchase();
7
void
appstore_initiatePurchase(
const
char
* productId);
8
void
appstore_fetchAdditionalProducts(
const
char
** productIds,
int
count);
9
10
#ifdef __cplusplus
11
}
12
#endif
Generated by
1.17.0