00001
00002
00003
00004
00005 #ifndef __FIGURETOPRINT__
00006 #define __FIGURETOPRINT__
00007
00008
00009 #include <windows.h>
00010
00011 #include "machine.h"
00012 #include "stack-c.h"
00013 #include "version.h"
00014 #include "scigraphic.h"
00015
00016 #include "wgraph.h"
00017 #include "Messages.h"
00018 #include "Warnings.h"
00019 #include "Errors.h"
00020
00021
00022
00023 BOOL FigureToPrint(int figurenumber,BOOL Postscript);
00024 int CopyPrint (struct BCG *ScilabGC);
00025 void PrintPs (struct BCG *ScilabGC);
00026 #endif
00027