#ifndef LESSONS_H #define LESSONS_H // this function should be called when the MUD first boots up. // calling it will initialize the module for use. void init_lessons(void); #endif //Lessons_H