Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 2227:b252359547ed
Exported the software renderer texture functions to make easier to create
a renderer based on a framebuffer.
Fixed an initialization bug with the dummy video display mode.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 11 Aug 2007 23:26:03 +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