#ifndef MNEMONIC_H #define MNEMONIC_H #include using std::string; class Mnemonic { public: string toString() const; }; #endif // MNEMONIC_H