Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / tools / Edit / ProtoTypes.h
blob29b7f46ab9da9baa0b668c23b6757b8dbc2bb790
1 /*** ProtoTypes.h : Load standard Amiga prototypes declaration
2 **** Written by T.Pierron 27/5/2000
3 ***/
4 #ifndef SKIP_PROTO
5 #include <proto/exec.h>
6 #include <proto/dos.h>
7 #include <proto/intuition.h>
8 #include <proto/graphics.h>
9 #include <proto/utility.h>
10 #include <proto/asl.h>
11 #include <proto/gadtools.h>
12 #include <proto/keymap.h>
13 #include <proto/locale.h>
14 #include <proto/diskfont.h>
15 #include <proto/iffparse.h>
16 #include <clib/alib_protos.h>
18 #include <stdio.h>
19 #include <stdlib.h>
20 #include <string.h>
21 #endif