aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/fun3D.H1
blob: ada7b475f94473959a4f4dbe0f777b45d272d731 (plain)
1
2
3
4
5
6
7
#ifdef _NO_PROTO
extern void funView3D();
extern void forkView3D();
#else
extern void funView3D(int viewCommand);
extern void forkView3D(int typeOfViewport);
#endif