view Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomWindow.m @ 2302:7ae1c419b626

Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 04 Feb 2008 17:25:33 +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