slouken@6091: /* slouken@6091: Simple DirectMedia Layer slouken@6885: Copyright (C) 1997-2013 Sam Lantinga slouken@6091: slouken@6091: This software is provided 'as-is', without any express or implied slouken@6091: warranty. In no event will the authors be held liable for any damages slouken@6091: arising from the use of this software. slouken@6091: slouken@6091: Permission is granted to anyone to use this software for any purpose, slouken@6091: including commercial applications, and to alter it and redistribute it slouken@6091: freely, subject to the following restrictions: slouken@6091: slouken@6091: 1. The origin of this software must not be misrepresented; you must not slouken@6091: claim that you wrote the original software. If you use this software slouken@6091: in a product, an acknowledgment in the product documentation would be slouken@6091: appreciated but is not required. slouken@6091: 2. Altered source versions must be plainly marked as such, and must not be slouken@6091: misrepresented as being the original software. slouken@6091: 3. This notice may not be removed or altered from any source distribution. slouken@6091: */ icculus@8093: #include "../SDL_internal.h" slouken@6091: slouken@6091: #ifndef _SDL_dropevents_c_h slouken@6091: #define _SDL_dropevents_c_h slouken@6091: slouken@6091: extern int SDL_SendDropFile(const char *file); slouken@6091: slouken@6091: #endif /* _SDL_dropevents_c_h */ slouken@6091: slouken@6091: /* vi: set ts=4 sw=4 expandtab: */