22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
/* Generated by Ctran from pmodlocs.cl */
|
|
#define PMODLOCS_G
|
|
#ifndef FACTIVE_G
|
|
#include <factive.g>
|
|
#endif
|
|
#ifndef PRNTDLGS_G
|
|
#include <prntdlgs.g>
|
|
#endif
|
|
/* Class Numbers */
|
|
#define C_PMODLOCS 73
|
|
/* Method Numbers */
|
|
/* Property of pmodlocs */
|
|
typedef struct {
|
|
PR_PRNMODEL *dl;
|
|
} PRS_PMODLOCS;
|
|
typedef struct pr_pmodlocs
|
|
{
|
|
PRS_ROOT root;
|
|
PRS_LOCS locs;
|
|
PRS_PMODLOCS pmodlocs;
|
|
} PR_PMODLOCS;
|