1
0
mirror of synced 2025-03-01 23:50:28 +01:00

9 lines
155 B
C++
Raw Normal View History

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