mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-16 19:32:07 +00:00
cleanup
This commit is contained in:
parent
06abc8cf19
commit
a6c14ce2cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user