view Xcode/TemplatesForProjectBuilder/SDL Cocoa Application/SDLMain.nib/classes.nib @ 2277:5ae70849d99d

Added SDL_rect.h and SDL_surface.h to the initialization of HDRS in Makefile.in. Because they were missing those header files were not being installed and ./configure in the test directory was erroring off.
author Bob Pendleton <bob@pendleton.com>
date Thu, 13 Dec 2007 03:53:02 +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; 
}