Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 2117:40888832d785
Merged r3059:3060 from branches/SDL-1.2: output key event's keysym.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 13 Jun 2007 06:05:39 +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