source:
vis_dev/glu-2.3/src/graph/graph_static_int.h
@
64
Last change on this file since 64 was 13, checked in by , 13 years ago | |
---|---|
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 | |
8 | typedef 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.