view Xcode/TemplatesForProjectBuilder/SDL Cocoa Application/SDLMain.nib/classes.nib @ 2663:0caed045d01b gsoc2008_audio_resampling

General cleanup and fixed a buffer overrun bug. It may be necessary to normalize filter gain differently or something.
author Aaron Wishnick <schnarf@gmail.com>
date Tue, 12 Aug 2008 00:24:42 +0000
parents d63e9f5944ae
children
line wrap: on
line source

{
    IBClasses = (
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
        {
            ACTIONS = {
                help = id; 
                newGame = id; 
                openGame = id; 
                prefsMenu = id; 
                saveGame = id; 
                saveGameAs = id; 
            }; 
            CLASS = SDLMain; 
            LANGUAGE = ObjC; 
            SUPERCLASS = NSObject; 
        }
    ); 
    IBVersion = 1; 
}