16c70e4cde
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
6 lines
159 B
C++
6 lines
159 B
C++
namespace sa2
|
|
{
|
|
class SDLFrame;
|
|
|
|
void processFile(SDLFrame * frame, const char * filename, const size_t dragAndDropSlot, const size_t dragAndDropDrive);
|
|
}
|