Last change
on this file since 8083 was
8083,
checked in by youngk, 14 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 | |
---|
11 | int main_mac(int argc, char** argv); |
---|
12 | int 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.