#include <ggi/galloc.h>
int ggiGAAddTextMode
(ggi_visual_t vis,
GA_resource_list reqlist,
int cols, int rows,
int vcols, int vrows,
int fontx, int fonty,
ggiGA_resource_handle *handle);
int ggiGAAddGraphMode
(ggi_visual_t vis,
GA_resource_list reqlist,
int x, int y,
int xv, int yv,
ggi_graphtype type
ggiGA_resource_handle *handle);
int ggiGAAddSimpleMode
(ggi_visual_t vis,
GA_resource_list reqlist,
int x, int y,
int frames,
ggi_graphtype type
ggiGA_resource_handle *handle);