Skylicht Engine
Toggle main menu visibility
Loading...
Searching...
No Matches
InAppReview
IInAppReview.h
1
#pragma once
2
3
#include <functional>
4
5
namespace
Skylicht
6
{
7
class
IInAppReview
8
{
9
public
:
10
IInAppReview();
11
12
virtual
~IInAppReview();
13
14
virtual
void
showInAppReview(
bool
isTesting =
false
) = 0;
15
};
16
17
IInAppReview
* getInAppReview();
18
}
Skylicht::IInAppReview
Definition
IInAppReview.h:8
Skylicht
Everything in the Skylicht Engine. You can start by looking at the topics.
Definition
AudioDebugLog.h:29
Generated by
1.17.0