]> git.sesse.net Git - vlc/blob - projects/macosx/framework/Examples/iPodConverter/main.m
Qt: PLSelector: expand root level
[vlc] / projects / macosx / framework / Examples / iPodConverter / main.m
1 //
2 //  main.m
3 //  test
4 //
5 //  Created by Pierre d'Herbemont on 13/04/07.
6 //  Copyright __MyCompanyName__ 2007. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import <VLCKit/VLCKit.h>
11 #include <stdio.h>
12
13 int main(int argc, char *argv[])
14 {
15     return NSApplicationMain(argc, (const char **) argv);
16 }