Browse Subversion Repository
Contents of /XspfQT/main.m
Parent Directory
| Revision Log
Revision 2 -
( show annotations)
( download)
Sun Aug 31 13:10:59 2008 UTC
(15 years, 6 months ago)
by masaki
File size: 242 byte(s)
initial import.
| 1 |
// |
| 2 |
// main.m |
| 3 |
// XspfQT |
| 4 |
// |
| 5 |
// Created by Hori,Masaki on 08/08/29. |
| 6 |
// Copyright masakih 2008 . All rights reserved. |
| 7 |
// |
| 8 |
|
| 9 |
#import <Cocoa/Cocoa.h> |
| 10 |
|
| 11 |
int main(int argc, char *argv[]) |
| 12 |
{ |
| 13 |
return NSApplicationMain(argc, (const char **) argv); |
| 14 |
} |
|