Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (19 loc) · 472 Bytes

File metadata and controls

19 lines (19 loc) · 472 Bytes
 
Oct 1, 2009
Oct 1, 2009
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
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;
}