mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-14 08:19:40 -06:00
9 lines
155 B
C++
9 lines
155 B
C++
namespace hex::plugin::builtin {
|
|
|
|
void registerIntroductionTutorial();
|
|
|
|
void registerTutorials() {
|
|
registerIntroductionTutorial();
|
|
}
|
|
|
|
} |