home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBRARIES_COMMODITIES_H
- #include <libraries/commodities.h>
- #endif
-
- #ifndef CODE_H
- #include "code.h"
- #endif
-
-
- /* Prototypes for functions defined in dummy.c */
-
- #ifdef USE_OVERLAYS
- void DummyOverlay(void);
- #else
- #define DummyOverlay()
- #endif
-
- /* Prototypes for functions defined in handler.c */
- STACKARGS void MyScreenToBack(struct Screen *scr);
- __regargs void ActivateMouseWindow(BYTE why);
- void BlankScreen(void);
- void UnBlankScreen(void);
- SAVEDS void Handler(long *CxMsg, CxObj *CO);
- void EndHandler(void);
- BOOL InitHandler(void);
- void TurnMouseOn(void);
- struct Screen *ScreenUnderMouse( void );
-
- /* Prototypes for functions defined in help.c */
- BOOL ShowYakInterface(void);
- void HideInterface(void);
-
- /* Prototypes for functions defined in LastActiveWindow.c */
- void RememberActiveWindow( void );
- struct Window *LastActiveWindow(struct Screen *CurrentScreen);
-
- /* functions defined in main.c for global consumption */
- void PostError(char *body, ...);
- __regargs BOOL InitPattern(char *newpatstr, UWORD n);
- char *getString(ULONG MsgID);
-
- /* Prototypes for functions defined in pri.c */
- __regargs void MyPri(UWORD which);
-
- /* Prototypes for functions defined in settings.c */
- void SaveSettings(void);
- void LoadSettings(void);
-
- /* Prototypes for functions defined in clickdrive.c */
- __regargs void SetClickDrive (BOOL toggle);
-
- /* Prototypes for functions defined in blackborder.c */
- __regargs void ToggleBlackBorder(BOOL toggle);
-
-
-