o More widgets fot alternative constructors

o Cleanup of launcher dialog
o Implemented useWithPrefix keyword

svn-id: r21131
This commit is contained in:
Eugene Sandulenko 2006-03-07 19:02:42 +00:00
parent d7bc756edc
commit fc84c7fc1d
7 changed files with 54 additions and 40 deletions

View file

@ -52,6 +52,7 @@ private:
public:
Dialog(int x, int y, int w, int h);
Dialog(Common::String name);
virtual ~Dialog();
virtual int runModal();