Chromium Updater
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
247 B

13 years ago
  1. //
  2. // main.m
  3. // Chromatic
  4. //
  5. // Created by James on 6/9/11.
  6. // Copyright 2011 Mr. Gecko's Media. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. int main(int argc, char *argv[])
  10. {
  11. return NSApplicationMain(argc, (const char **) argv);
  12. }