Filetypes 2.09 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
/* Copyright 1997 Acorn Computers Ltd
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/***************************************************/
/* File   : Mouse.h                                */
/*                                                 */
/* Purpose: Definitions of various filetypes.      */
/*                                                 */
/* Author : A.D.Hodgkinson                         */
/*                                                 */
/* History: 14-Mar-97: Created from Save.h.        */
/***************************************************/

/* Documents */

#define FileType_TEXT 0xfff
#define FileType_DATA 0xffd
#define FileType_PS   0xff5
#define FileType_HTML 0xfaf
#define FileType_XLS  0xba6
#define FileType_DRAW 0xaff
#define FileType_WORD 0xae6
#define FileType_PDF  0xadf

/* Images */

#define FileType_SPR  0xff9
#define FileType_TIFF 0xff0
#define FileType_JPEG 0xc85
#define FileType_PNG  0xb60
#define FileType_GIF  0x695
43 44
#define FileType_XBM  0xb61
#define FileType_BMP  0x69c
45 46 47 48 49

/* Sound samples */

#define FileType_WAVE 0xfb1
#define FileType_ARMA 0xd3c
50 51 52
#define FileType_AMPG 0xbf8
#define FileType_AIFF 0xfc2
#define FileType_MIDI 0xfd4
53 54 55 56 57 58 59 60 61

/* Movies */

#define FileType_AVI  0xfb2
#define FileType_ARMO 0xae7

/* Archives */

#define FileType_ARC  0xddc
62
#define FileType_GZ   0xf89
63 64 65 66 67 68

/* URL containers */

#define FileType_URI  0xf91
#define FileType_URL  0xb28

69 70 71 72 73 74
/* Closely Plug-In related */

#define FileType_JAVA 0xae4
#define FileType_DRCT 0xae3
#define FileType_RA   0xf88

75 76 77 78 79
/* Others */

#define FileType_POUT 0xff4
#define FileType_DOS  0xfe4
#define FileType_MOD  0x001