1234567891011121314151617 |
- //
- // main.m
- // test
- //
- // Created by Pierre d'Herbemont on 13/04/07.
- // Copyright __MyCompanyName__ 2007. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- #import <VLCKit/VLCKit.h>
- #include <stdio.h>
- int main(int argc, char *argv[])
- {
- return NSApplicationMain(argc, (const char **) argv);
- }
|