NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.h / .i font.h / .i icontrol.h / .i input.h / .i locale.h / .i overscan.h / .i palette.h / .i pointer.h / .i prefhdr.h / .i printergfx.h / .i printerps.h / .i printertxt.h / .i reaction.h screenmode.h / .i serial.h / .i sound.h / .i wbpattern.h / .i workbench.h / .i proto reaction resources rexx utility workbench GuruMeditation | #ifndef PREFS_PREFHDR_H #define PREFS_PREFHDR_H /* ** $VER: prefhdr.h 38.1 (19.6.1991) ** Includes Release 45.1 ** ** File format for preferences header ** ** (C) Copyright 1991-2001 Amiga, Inc. ** All Rights Reserved */ /*****************************************************************************/ #ifndef EXEC_TYPES_H #include <exec/types.h> #endif #ifndef LIBRARIES_IFFPARSE_H #include <libraries/iffparse.h> #endif /*****************************************************************************/ #define ID_PREF MAKE_ID('P','R','E','F') #define ID_PRHD MAKE_ID('P','R','H','D') struct PrefHeader { UBYTE ph_Version; /* version of following data */ UBYTE ph_Type; /* type of following data */ ULONG ph_Flags; /* always set to 0 for now */ }; /*****************************************************************************/ #endif /* PREFS_PREFHDR_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2025 Tobias Geijersson support at d0 dot se |