| 979 | virtual IceWindow* InitGUI(IceWidget* parent, PintGUIHelper& helper) { return Opcode_InitGUI(parent, helper); } |
| 980 | virtual void CloseGUI() { Opcode_CloseGUI(); } |
| 981 | virtual void Init(const PINT_WORLD_CREATE& desc) { Opcode_Init(desc); } |
| 982 | virtual void Close() { Opcode_Close(); } |
| 983 | virtual Pint* GetPint() { return GetOpcode(); } |
| 984 | }; |
nothing calls this directly
no test coverage detected