home *** CD-ROM | disk | FTP | other *** search
- /*****
- * FirstWindow_v00.h
- *
- * Routines per la gestione della prima finestra di StandAlone.
- *
- ****/
- #include "FirstWConst.h"
-
- /****
- * FirstWindow(theWPtr, event)
- *
- * Gestisce la finestra di inserimento dello stile.
- *
- ****/
- void FirstWindow(void);
-
- /****
- * FirstWindow_Loop(theWPtr, event)
- *
- * Gestisce la finestra di inserimento dello stile.
- *
- ****/
- short FirstWindow_Loop(WindowPtr, EventRecord *);
-