home *** CD-ROM | disk | FTP | other *** search
- #define LLEDIT_OPH
-
- #ifndef LODGER_OPH
- #include <sdk\lodger>
- #endif
-
- #ifndef MFNE_OPH
- #include <sdk\mfne>
- #endif
-
- /* Constants for lledit */
-
- #define IN_LLEDIT_LATITUDE 0
- #define IN_LLEDIT_LONGITUDE 1
-
- /* Types for lledit */
-
- STRUCT IN_LLEDIT
- flags%
- value%
- ENDS
-
- STRUCT SE_LLEDIT
- value%
- ENDS
-
- /* Property of lledit */
-
- STRUCT PR_LLEDIT
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- lodger#(SIZEOF(PRS_LODGER))
- mfne#(SIZEOF(PRS_MFNE))
- ENDS
-