Qt Code:
void DOOR::draw() { imm="hello\n"; }To copy to clipboard, switch view to plain text mode
I'd like use imm in ::draw () and I'd like can use "only" imm and not other variables of Build class.....
Qt Code:
void DOOR::draw() { imm="hello\n"; }To copy to clipboard, switch view to plain text mode
I'd like use imm in ::draw () and I'd like can use "only" imm and not other variables of Build class.....
Last edited by mickey; 4th February 2006 at 15:10.
Regards
Bookmarks