Changeset 4178 for Nuku/trunk/main.m
- Timestamp:
- 06/01/06 00:52:03 (3 years ago)
- Files:
-
- Nuku/trunk/main.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Nuku/trunk/main.m
r4177 r4178 13 13 * notice, this list of conditions and the following disclaimer in the 14 14 * documentation and/or other materials provided with the distribution. 15 * 3. Neither the name of the project nor the names of its contributors16 * may be used to endorse or promote products derived from this software17 * without specific prior written permission.18 15 * 19 16 * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND … … 30 27 */ 31 28 32 #import <Cocoa/Cocoa.h>33 34 29 int main(int argc, const char *argv[]) { 35 30 return NSApplicationMain(argc, argv);
