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