view Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomWindow.m @ 3711:80839fc6b8e1 gsoc2009_unit_tests

First revision of the automated test suite.
author Edgar Simo <bobbens@gmail.com>
date Fri, 19 Jun 2009 18:53:58 +0000
parents d63e9f5944ae
children
line wrap: on
line source

//
//  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