]> Dogcows Code - chaz/thecheat/blob - main.m
The Cheat 1.0b1
[chaz/thecheat] / main.m
1
2 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 // Project: «PROJECTNAME»
4 //
5 // File: «FILENAME»
6 // Created: «DATE»
7 //
8 // Copyright: «YEAR» «FULLUSERNAME». All rights reserved.
9 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 #import <Cocoa/Cocoa.h>
12
13
14 int main( int argc, const char *argv[] )
15 {
16 return NSApplicationMain(argc, argv);
17 }
This page took 0.029589 seconds and 4 git commands to generate.