MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / SetFileModified

Method SetFileModified

neo/tools/af/DialogAF.cpp:152–157  ·  view source on GitHub ↗

================ DialogAF::SetFileModified ================ */

Source from the content-addressed store, hash-verified

150================
151*/
152void DialogAF::SetFileModified( void ) {
153 if ( file ) {
154 file->modified = true;
155 GetDlgItem( IDC_BUTTON_AF_SAVE )->EnableWindow( true );
156 }
157}
158
159/*
160================

Callers 1

AFDialogSetFileModifiedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected