main.m 301 B

1234567891011121314151617
  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. #import <Cocoa/Cocoa.h>
  9. #import <VLCKit/VLCKit.h>
  10. #include <stdio.h>
  11. int main(int argc, char *argv[])
  12. {
  13. return NSApplicationMain(argc, (const char **) argv);
  14. }