Files
mod-grownup/src/GU_loader.cpp
2025-09-09 12:44:01 -06:00

12 lines
299 B
C++

void AddGrowUpScripts();
// Add all
// cf. the naming convention https://github.com/azerothcore/azerothcore-wotlk/blob/master/doc/changelog/master.md#how-to-upgrade-4
// additionally replace all '-' in the module folder name with '_' here
void Addmod_grownupScripts()
{
AddGrowUpScripts();
}