diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-31 23:07:13 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-31 23:07:13 +0200 |
| commit | c2c08e8a1e7965c13d99969476bb205a577f4fcd (patch) | |
| tree | bfa1e3285eb5d9a3be1de00b048de483988f54c6 /packaging/windows/SDL/include/SDL_byteorder.h | |
| parent | 733ae5636cdb0725a59b67a40d56f7a6069b3182 (diff) | |
Add some in progress windows stuff.
Diffstat (limited to 'packaging/windows/SDL/include/SDL_byteorder.h')
| -rw-r--r-- | packaging/windows/SDL/include/SDL_byteorder.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packaging/windows/SDL/include/SDL_byteorder.h b/packaging/windows/SDL/include/SDL_byteorder.h new file mode 100644 index 0000000..3871cfe --- /dev/null +++ b/packaging/windows/SDL/include/SDL_byteorder.h @@ -0,0 +1,24 @@ +/* + SDL - Simple DirectMedia Layer + Copyright (C) 1997-2006 Sam Lantinga + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + Sam Lantinga + slouken@libsdl.org +*/ + +/* DEPRECATED */ +#include "SDL_endian.h" |