mirror of
https://github.com/yawut/SDL.git
synced 2026-04-29 10:36:49 -05:00
14 lines
255 B
C
14 lines
255 B
C
/*
|
|
* 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"
|