1

Initial Commit

This commit is contained in:
Codello
2013-07-05 16:08:25 +02:00
commit 5516fb1792
10 changed files with 5315 additions and 0 deletions

14
Localize Folder/main.m Normal file
View File

@@ -0,0 +1,14 @@
//
// main.m
// Localize Folder
//
// Created by Kim Wittenburg on 05.07.13.
// Copyright (c) 2013 Kim Wittenburg. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}