source: vis_dev/glu-2.3/src/graph/graph_static_int.h @ 13

Last change on this file since 13 was 13, checked in by cecile, 13 years ago

library glu 2.3

File size: 235 bytes
Line 
1/*
2 * $Id: graph_static_int.h,v 1.2 2002/08/27 15:29:01 fabio Exp $
3 *
4 */
5
6#include "graph_static.h"
7
8typedef struct g_field_struct {
9    int num_g_slots;
10    int num_v_slots;
11    int num_e_slots;
12    gGeneric user_data;
13} g_field_t;
Note: See TracBrowser for help on using the repository browser.