// Feeping Creaturism // // Douglas Thrift // // $Id$ #ifndef _Jargon_hpp_ #define _Jargon_hpp_ #include #ifdef MENES_PRAGMA_ONCE #pragma once #endif #include "FeepingCreaturism.hpp" class Jargon { private: bool include; ext::Vector args; public: Jargon(const cse::String &path, const cse::String &jargon, bool include, const cse::String &relative); // friends: friend ios::PrintWriter &operator<<(ios::PrintWriter &output, const Jargon &jargon); }; #endif // _Jargon_hpp_