comparison Xcode/TemplatesForProjectBuilder/SDL Custom Cocoa Application/MyCustomWindow.m @ 2207:d63e9f5944ae

Unpacked project archives to get individual file history in subversion
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Jul 2007 17:09:01 +0000
parents
children
comparison
equal deleted inserted replaced
2206:ca7d2227d630 2207:d63e9f5944ae
1 //
2 // MyCustomWindow.m
3 // SDL Custom View App
4 //
5 // Created by Darrell Walisser on Fri Jul 18 2003.
6 // Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9 #import "MyCustomWindow.h"
10
11
12 @implementation MyCustomWindow
13
14 @end