MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SaveFileDialog

Function SaveFileDialog

editor/editor.cpp:1081–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079}
1080
1081bool SaveFileDialog(CWnd *wnd, LPCTSTR filter, char *pathname, char *initialdir, int dirlen) {
1082 return FileDialog(wnd, FALSE, filter, pathname, initialdir, dirlen);
1083}
1084
1085bool FileDialog(CWnd *wnd, BOOL open, LPCTSTR filter, char *pathname, char *initialdir, int dirlen) {
1086 CFileDialog *dlg;

Callers 4

OnSaveAsTgaMethod · 0.85
OnSaveRoomLocallyMethod · 0.85
OnEditSaveScrapMethod · 0.85
OnSaveAsPcxMethod · 0.85

Calls 1

FileDialogFunction · 0.85

Tested by

no test coverage detected