Mercurial > sdl-ios-xcode
view test/automated/audio/audio.h @ 4521:50125e8aab94
Let the window manager know we're a "normal" window
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 14 Jul 2010 00:28:15 -0700 |
parents | 22ac66da0765 |
children |
line wrap: on
line source
/** * Part of SDL test suite. * * Written by Edgar Simo "bobbens" * * Released under Public Domain. */ #ifndef _TEST_AUDIO # define _TEST_AUDIO int test_audio (void); #endif /* _TEST_AUDIO */