ui: Added license to about page

This commit is contained in:
WerWolv
2022-01-22 23:11:28 +01:00
parent 48aacc0c2e
commit 6c6fe8ad5c
8 changed files with 357 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ namespace hex::plugin::builtin {
void drawContributorPage();
void drawLibraryCreditsPage();
void drawPathsPage();
void drawLicensePage();
};
}