]> git.sesse.net Git - ccbs/blobdiff - bigscreen/widestring.h
Replace 800x600 width a resolution from a .h file. Lots of positions are still hardco...
[ccbs] / bigscreen / widestring.h
index 67f00b5b59d96eae4d9b35474ca7a35141287606..67ffdbb7090864741f717d921581aa6e4fb882c0 100644 (file)
@@ -7,7 +7,10 @@
 class widestring : public std::wstring
 {
 public:
+       widestring();
        widestring(const char *from);
+       widestring(const std::string &from);
+       widestring(const std::wstring &from);
        void operator= (const char *from);
 };