This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef int(*) | SMLFUNCINSTALLER (SMLCONTEXT *) |
Functions | |
| void | SML_EnableGRE () |
| void | SML_EnableImportExport () |
Definition in file smlfuncs.h.
| typedef int(*) SMLFUNCINSTALLER(SMLCONTEXT *) |
The following typedef and prototype should really be in SML.h.
Definition at line 169 of file smlfuncs.h.
| void SML_EnableGRE | ( | ) |
| void SML_EnableImportExport | ( | ) |
Enable import/export functions/classes in general SML contexts.
The programmer is responsible for setting up the MIE system to add any desired formats, using the MieAddFormatsAll() or related functions.
1.5.2