/*-----------------------------------------------------------------------+
|             DEPARTAMENTO MECANICA UNIVERSIDADE AVEIRO                  |
|                                                                        |
| Nome:                                                                  |
|       David Manuel Costa Gameiro          N:20281                      |
|       Filipe Carvalho Mostardinha         N:22085                      |
|                                                                        |
| Data:   10/Maio/2004       Nome Fihceiro: InitPIC.c                    |
+-----------------------------------------------------------------------*/

#ifndef INITPIC_H

#define INITPIC_H

typedef enum _Bool  {FALSE=0, TRUE = 1} BOOL;
typedef unsigned char byte;

void InitPic(long, int);


#endif
