#ifndef SKILLS_H
#define SKILLS_H

// this function should be called when the mud first boots up.
// calling it will initialize the score module for use.

COMMAND(cmd_skills);

void init_skills(void);

#endif  // SKILLS_H