#ifndef OPTIONS_H #define OPTIONS_H #include using namespace std; class Options { public: string word_lists; string images; string css; }; #endif