The new dialog engine is now essentially complete and ready for testing. There could still be some error checking in the cPict class to make sure the required GWorld exists, though.
git-svn-id: http://openexile.googlecode.com/svn/trunk@76 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
void setText(std::string what);
|
||||
short getTextAsNum();
|
||||
void setTextToNum(short what);
|
||||
cTextField(cDialog* parent);
|
||||
explicit cTextField(cDialog* parent);
|
||||
bool isClickable();
|
||||
virtual ~cTextField();
|
||||
void show();
|
||||
|
Reference in New Issue
Block a user