AppleWin/source/frontends/sdl/processfile.h
Andrea Odetti 16c70e4cde Fix https://github.com/audetto/AppleWin/issues/29
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-05-22 15:23:25 +01:00

6 lines
159 B
C++

namespace sa2
{
class SDLFrame;
void processFile(SDLFrame * frame, const char * filename, const size_t dragAndDropSlot, const size_t dragAndDropDrive);
}