Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 3831:7df0d3efe682 SDL-ryan-multiple-audio-device
Forgot to add NTO_Init()...
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 07 Oct 2006 19:59:57 +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