mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-20 04:38:44 -06:00
9 lines
155 B
C++
9 lines
155 B
C++
namespace hex::plugin::builtin {
|
|
|
|
void registerIntroductionTutorial();
|
|
|
|
void registerTutorials() {
|
|
registerIntroductionTutorial();
|
|
}
|
|
|
|
} |