]> 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 ca899bd5a68a5359efd09a4eb975acbc0e4bec54..67ffdbb7090864741f717d921581aa6e4fb882c0 100644 (file)
@@ -7,6 +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);
 };