Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Plugins / OOP / TitleClock / prefs / screen.h
blobc56218407e78fad11dd8f6d0371ae8e72d56c3af
1 /*
2 * screen.h - Functions for grabbing and creating public screens
4 * $Date$
5 * $Revision$
7 * 0.1
8 * 20010717 DM Created - only a function for finding public screens ATM
13 #ifndef SCREEN_H
14 #define SCREEN_H
16 #ifndef EXEC_TYPES_H
17 #include <exec/types.h>
18 #endif
20 #ifndef INTUITION_SCREENS_H
21 #include <intuition/screens.h>
22 #endif
24 struct Screen *FindPubScreen(STRPTR name);
26 #endif /* SCREEN_H */