Changeset 71 in Sophya for trunk/SophyaPI/PI/psfile.h
- Timestamp:
- Feb 12, 1998, 3:14:22 PM (28 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/psfile.h
r54 r71 25 25 #endif 26 26 #include "pisysdep.h" 27 //#include "piinclude.h" 28 29 #include PIBWDG_H// Types enumeres repris de Peida:PIFontSize...27 28 29 #include "pigraphgen.h" // Types enumeres repris de Peida:PIFontSize... 30 30 #include PICMAP_H 31 31 32 32 #include <list> 33 33 34 enum PIPaperSize { PI_A4 = 1, PI_A3 = 2, PI_A5 = 3, PI_NotDefPaperSize = 0}; 35 36 enum PIOrientation { PI_Landscape = 0, PI_Portrait = 1, PI_Auto = 2 } ; 34 37 35 38
Note:
See TracChangeset
for help on using the changeset viewer.