From 9cd3ccffd5372dfde3af478e3f832f18db4be3f1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:41 +0200 Subject: tagging tags --- ychat-0.7.2/src/conf/lang.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 ychat-0.7.2/src/conf/lang.h (limited to 'ychat-0.7.2/src/conf/lang.h') diff --git a/ychat-0.7.2/src/conf/lang.h b/ychat-0.7.2/src/conf/lang.h new file mode 100755 index 0000000..6230e2f --- /dev/null +++ b/ychat-0.7.2/src/conf/lang.h @@ -0,0 +1,23 @@ +#include "../incl.h" + +#ifndef LANG_H +#define LANG_H + +#include "../name.h" +#include "../maps/nmap.h" + +using namespace std; + +class lang : public nmap, name +{ +private: + +public: + // public methods: + lang ( string s_lang ); // standard constructor. + ~lang(); // standard destructor. + + virtual void parse( ); // parses the config file. +}; + +#endif -- cgit v1.2.3