view Xcode/SDLTest/libsdlmain_prefix.h @ 2243:5523312f311e

Date: Wed, 15 Aug 2007 01:08:38 +0200 From: Couriersud Subject: Some SDL1.3 patches LoadLibrary will call X11_GL_Initialize. If LoadLibrary is called before a window is created, it will crash since structures are not properly set up.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 15 Aug 2007 03:34:14 +0000
parents 4d2d0548f5b2
children
line wrap: on
line source

/*
 *  libsdlmain_prefix.h
 *  SDLTest
 *
 *  Created by Darrell Walisser on Wed Aug 06 2003.
 *  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
 *
 */

#include <Cocoa/Cocoa.h>
#include <Carbon/Carbon.h>
#include "SDL.h"
#include "SDLMain.h"