view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/SDLApp_Prefix.pch @ 3336:00fab0ebfe54

Fixed a bug where when the audio starts paused all the DirectSound buffers will end up getting locked and never unlocked and sound will never play. Added a FIXME for Ryan to look at, too. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Oct 2009 09:18:48 +0000
parents d44a0a913aa2
children
line wrap: on
line source

//
// Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project
//

#include "SDL.h"

#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif