mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-26 06:29:23 -05:00
feat: Added basic introduction tutorial
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
void registerIntroductionTutorial();
|
||||
|
||||
void registerTutorials() {
|
||||
registerIntroductionTutorial();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user