Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 1702:a7ad7081b977 SDL-1.3
Merged Ryan's 5.1 audio fix from SDL 1.2
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 23 Jun 2006 09:01:08 +0000 |
parents | 412149a1c756 |
children |
line wrap: on
line source
; Some common macros for hermes nasm code %macro SDL_FUNC 1 %ifdef HIDDEN_VISIBILITY GLOBAL %1:function hidden %else GLOBAL %1 %endif %endmacro