Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 2113:6264c973814a
Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 04 Jun 2007 11:17:46 +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