Add file drop functionality
Adds the ability to drag and drop files from windows in order to attempt to execute them
This commit is contained in:
@@ -42,6 +42,7 @@ class EmulatorWindow {
|
||||
|
||||
bool Initialize();
|
||||
|
||||
void FileDrop(wchar_t* filename);
|
||||
void FileOpen();
|
||||
void CheckHideCursor();
|
||||
void CpuTimeScalarReset();
|
||||
|
||||
Reference in New Issue
Block a user