Changeset 42 in Sophya
- Timestamp:
- Mar 14, 1997, 12:14:56 PM (29 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pipixmapgen.h
r37 r42 61 61 PIColorMap* cmap; 62 62 63 typedef struct { 63 #ifdef __DECCXX 64 public: 65 #endif 66 struct DrwEl{ 64 67 int eid, etyp; 65 68 int ex,ey; 66 69 int edx,edy; 67 70 string es; 68 } DrwEl; 71 }; 72 #ifdef __DECCXX 73 protected: 74 #endif 69 75 typedef list<DrwEl> DrwElList; 70 76
Note:
See TracChangeset
for help on using the changeset viewer.