#ifndef mainIncluded #define mainIncluded #include "trans-interface.h" #ifdef GRAPHICS #include "../ridraw/idraw.h" #endif void CallBrowser( TransInterface* ti, int argc, char** argv, World* world); /* * Fire up the browser. */ void SoSorry(TransInterface* ti); /* * Express regrets. Later -- put up error message window and enter * browser in edit mode to allow errors to be fixed in the browser * itself. */ #ifdef GRAPHICS Idraw* ridraw (int argc, char** argv, World* world, RSLBrowser* browser, TransInterface* ti); /* * Former main of ridraw. */ int killridraw(World* world, Idraw* idraw); /* * Kill the idraw. */ PropertyData* GetIdrawProperties(); OptionDesc* GetIdrawOptions(); #endif #endif