diff options
Diffstat (limited to 'src/graph/include/savebut3d.H1')
-rwxr-xr-x | src/graph/include/savebut3d.H1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graph/include/savebut3d.H1 b/src/graph/include/savebut3d.H1 new file mode 100755 index 00000000..74f253f9 --- /dev/null +++ b/src/graph/include/savebut3d.H1 @@ -0,0 +1,5 @@ +#ifdef _NO_PROTO +extern int initSaveButtons(); +#else +extern int initSaveButtons(buttonStruct * ); +#endif |