Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 1972:a0e278364188
Fixed bug recreating OpenGL textures on window resize
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 06 Aug 2006 07:29:38 +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