mirror of
https://github.com/autc04/Retro68.git
synced 2026-04-19 10:31:24 +00:00
cleanup
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
CIncludes
|
||||
RIncludes
|
||||
Universal Headers*
|
||||
*~
|
||||
.*.swp
|
||||
|
||||
@@ -36,12 +36,12 @@ pascal void ButtonFrameProc(DialogRef dlg, DialogItemIndex itemNo)
|
||||
|
||||
int main()
|
||||
{
|
||||
WindowPtr win;
|
||||
|
||||
InitGraf(&qd.thePort);
|
||||
InitFonts();
|
||||
InitWindows();
|
||||
InitMenus();
|
||||
TEInit();
|
||||
InitDialogs(NULL);
|
||||
|
||||
DialogPtr dlg = GetNewDialog(128,0,(WindowPtr)-1);
|
||||
InitCursor();
|
||||
|
||||
Reference in New Issue
Block a user