1
0
mirror of synced 2025-01-10 05:21:51 +01:00
2023-12-13 23:03:39 +01:00

9 lines
155 B
C++

namespace hex::plugin::builtin {
void registerIntroductionTutorial();
void registerTutorials() {
registerIntroductionTutorial();
}
}