Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 254 Bytes

libsdlmain_prefix.h

File metadata and controls

13 lines (12 loc) · 254 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
/*
* 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"
Aug 11, 2007
Aug 11, 2007
13
#include "SDLMain.h"