view src/main/macosx/SDLMain.nib/classes.nib @ 4015:7e878cc4250a SDL-1.2

Fixed compiler warning (gcc w/ -Wall) for using getpid() and kill() without their proper headers included.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 08 Jul 2007 01:36:16 +0000
parents ba9e0fcc2ae2
children
line wrap: on
line source

{
    IBClasses = (
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
        {
            ACTIONS = {makeFullscreen = id; quit = id; }; 
            CLASS = SDLMain; 
            LANGUAGE = ObjC; 
            SUPERCLASS = NSObject; 
        }
    ); 
    IBVersion = 1; 
}