author | Sam Lantinga <slouken@libsdl.org> |
Fri, 15 Feb 2013 08:47:44 -0800 | |
changeset 6885 | 700f1b25f77f |
parent 6138 | 4c64952a58fb |
child 8093 | b43765095a6f |
permissions | -rw-r--r-- |
slouken@6091 | 1 |
/* |
slouken@6091 | 2 |
Simple DirectMedia Layer |
slouken@6885 | 3 |
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> |
slouken@6091 | 4 |
|
slouken@6091 | 5 |
This software is provided 'as-is', without any express or implied |
slouken@6091 | 6 |
warranty. In no event will the authors be held liable for any damages |
slouken@6091 | 7 |
arising from the use of this software. |
slouken@6091 | 8 |
|
slouken@6091 | 9 |
Permission is granted to anyone to use this software for any purpose, |
slouken@6091 | 10 |
including commercial applications, and to alter it and redistribute it |
slouken@6091 | 11 |
freely, subject to the following restrictions: |
slouken@6091 | 12 |
|
slouken@6091 | 13 |
1. The origin of this software must not be misrepresented; you must not |
slouken@6091 | 14 |
claim that you wrote the original software. If you use this software |
slouken@6091 | 15 |
in a product, an acknowledgment in the product documentation would be |
slouken@6091 | 16 |
appreciated but is not required. |
slouken@6091 | 17 |
2. Altered source versions must be plainly marked as such, and must not be |
slouken@6091 | 18 |
misrepresented as being the original software. |
slouken@6091 | 19 |
3. This notice may not be removed or altered from any source distribution. |
slouken@6091 | 20 |
*/ |
slouken@6091 | 21 |
#include "SDL_config.h" |
slouken@6091 | 22 |
|
slouken@6091 | 23 |
#ifndef _SDL_dropevents_c_h |
slouken@6091 | 24 |
#define _SDL_dropevents_c_h |
slouken@6091 | 25 |
|
slouken@6091 | 26 |
extern int SDL_SendDropFile(const char *file); |
slouken@6091 | 27 |
|
slouken@6091 | 28 |
#endif /* _SDL_dropevents_c_h */ |
slouken@6091 | 29 |
|
slouken@6091 | 30 |
/* vi: set ts=4 sw=4 expandtab: */ |