22
22
#include <config/libraries.h>
24
bool book_create (const string & bible, const int book, const int chapter, vector <string> & feedback);
24
bool book_create (const std::string & bible, const int book, const int chapter, std::vector <std::string> & feedback);