Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 2191:29e07f91bc1f
Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Fri, 13 Jul 2007 23:58:22 +0000 |
parents | d76c3909b244 |
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