Add a File->Close option

This commit is contained in:
Dr. Chat
2016-11-23 11:00:10 -06:00
parent ca54f9f212
commit 222a9721aa
4 changed files with 27 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ class EmulatorWindow {
void FileDrop(wchar_t* filename);
void FileOpen();
void FileClose();
void CheckHideCursor();
void CpuTimeScalarReset();
void CpuTimeScalarSetHalf();