MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / OnCreateWAV

Method OnCreateWAV

Source/MainFrm.cpp:1539–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1537}
1538
1539void CMainFrame::OnCreateWAV()
1540{
1541#ifdef DISABLE_SAVE // // //
1542 SetMessageText(IDS_DISABLE_SAVE);
1543 return;
1544#endif
1545
1546 CCreateWaveDlg WaveDialog;
1547 WaveDialog.ShowDialog();
1548}
1549
1550void CMainFrame::OnNextFrame()
1551{

Callers

nothing calls this directly

Calls 1

ShowDialogMethod · 0.45

Tested by

no test coverage detected