Initial revision
This commit is contained in:
17
xytable.i
Normal file
17
xytable.i
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Internal data structures for the XYTable class. Do not modify
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
typedef struct {
|
||||
float x;
|
||||
float y;
|
||||
} TableEntry, *pTableEntry;
|
||||
|
||||
typedef struct __XYTABLE {
|
||||
pObjectDescriptor pDes;
|
||||
int iList;
|
||||
int iCount;
|
||||
}XYTable;
|
||||
|
Reference in New Issue
Block a user