Go to the source code of this file.
Defines | |
#define | MODULE_EXTERNAL 1 |
Functions | |
void | LoadMDIviewer (void) |
BOOL | LoadHeightField (HWND hwnd) |
BOOL | TraceImageOutline (HWND hwnd) |
BOOL | PaintMapOutline (HWND hwnd) |
BOOL | ExecuteExternalAction (int id, HWND hwnd) |
BOOL | ExecuteExternalModeler (HWND hwnd) |
BOOL | ExecuteBezierModeler (HWND hwnd) |
long | LoadXmodel (char *name, char *library) |
void | Export3DSmodel (HWND hwnd) |
void | ExportDXFmodel (HWND hwnd) |
long | ExportModel (char *name, char *library) |
BOOL | LoadInternalAction (char *library) |
void | Render_View (int light_pos, long how) |
void | ShaderPreview (void) |
#define MODULE_EXTERNAL 1 |
Definition at line 8 of file externals.c.
void Export3DSmodel | ( | HWND | hwnd | ) |
Definition at line 266 of file externals.c.
References AppendFileExtension, ExportModel(), FALSE, ghwnd_main, gsz3DSdir, gsz3DSfile, IDX_MISC_EXPORT3DS, and SelectSfxFileName().