/**** * * This file contains declarations to interface in a somewhat tool-indepnedent * manner to the InterViews GUI library. * */ #ifndef ivsupportIncluded #define ivsupportIncluded #include #include typedef World Screen; // A Screen is synonymouns with an IV World typedef Interactor Window; // A Window is synonymouns with an IV // Interactor, which allows it to be any type // of UI element. #endif