Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/kicklib/src/OrxonoxMac.h @ 8129

Last change on this file since 8129 was 8129, checked in by rgrieder, 13 years ago

Merged new revisions (8083 - 8125) from mac_osx to kicklib branch.

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.