view Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomWindow.m @ 2880:3c2f56e433a8

Allocate SDL_AudioCVT::coeff before using it. FIXME: this is a memory leak. We don't have an SDL_FreeAudioCVT() yet.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 19 Dec 2008 08:30:26 +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