1
0
mirror of synced 2025-01-10 05:21:51 +01:00

9 lines
155 B
C++
Raw Normal View History

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