Changeset 494 for abuse/trunk/src/imlib/system.h
- Timestamp:
- Apr 17, 2011, 11:56:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/system.h
r97 r494 2 2 * Abuse - dark 2D side-scrolling platform game 3 3 * Copyright (c) 1995 Crack dot Com 4 * Copyright (c) 2005-2011 Sam Hocevar <sam@hocevar.net> 4 5 * 5 6 * This software was released into the Public Domain. As with most public … … 21 22 ((( ((uint32_t)(x)) )&0x0000ff00)<<8)|(( ((uint32_t)(x)) )<<24)) 22 23 23 #if SDL_BYTEORDER == SDL_BIG_ENDIAN 24 #if SDL_BYTEORDER == SDL_BIG_ENDIAN 24 25 #define LONG int32_t 25 26 #define uint16_to_intel(x) uint16_swap(x)
Note: See TracChangeset
for help on using the changeset viewer.