class GModule Class GModule
Class GModule. All modules for graphical representations inherit from this class. Any new graphics modules that are added must follow this structure and contain the following virtual functions. An array of pointers to GModule contains one entry for each graphics module.
virtual void preinit_graphics(void)
virtual void init_graphics(void)
virtual void draw_graphics(void)
generated by doc++