Add version argument to NativeGetAppInfo
This commit is contained in:
parent
87d2436f82
commit
c958ca6b4c
3 changed files with 7 additions and 5 deletions
|
@ -393,8 +393,9 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
std::string app_name;
|
||||
std::string app_name_nice;
|
||||
std::string version;
|
||||
bool landscape;
|
||||
NativeGetAppInfo(&app_name, &app_name_nice, &landscape);
|
||||
NativeGetAppInfo(&app_name, &app_name_nice, &landscape, &version);
|
||||
|
||||
net::Init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue