home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PROTO_DISKFONT2_H
- #define __INC_POS_PROTO_DISKFONT2_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>pDiskFont2.h<< 25 Sep 1996 16:02:56 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_TYPES_H
- #include <pExec/Types.h>
- #endif
-
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- /*------ DiskFont --------------------------------------------------------*/
- __ARID__
- struct pOS_TextFont *pOS_OpenDiskFont(_R_A0 const struct pOS_TextAttr* ta);
-
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif
-