SDL-mirror/Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomWindow.m
Sam Lantinga 316a61731f Unpacked project archives to get individual file history in subversion
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402564
2007-07-21 17:09:01 +00:00

14 lines
236 B
Objective-C

//
// MyCustomWindow.m
// SDL Custom View App
//
// Created by Darrell Walisser on Fri Jul 18 2003.
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
//
#import "MyCustomWindow.h"
@implementation MyCustomWindow
@end