Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/mac_osx/src/OrxonoxMac.h @ 8083

Last change on this file since 8083 was 8083, checked in by youngk, 13 years ago

Cocoa Integration of Orxonox and CPack testing. @Reto: Do NOT merge with kicklib, please.

File size: 299 bytes
Line 
1//
2//  OrxonoxMac.h
3//  Orxonox
4//
5//  Created by Kevin Jonas Young on 14.03.11.
6//  Copyright 2011 -. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11int main_mac(int argc, char** argv);
12int main(int argc, char** argv);
13
14@interface OrxonoxAppDelegate : NSObject <NSApplicationDelegate>
15{
16}
17
18@end
Note: See TracBrowser for help on using the repository browser.