20 lines
617 B
C
20 lines
617 B
C
/*
|
|
//////////////////////////////////////////////////////////////////////
|
|
AI Debugger Headers file
|
|
//////////////////////////////////////////////////////////////////////
|
|
File Name : AID_Head.h
|
|
Date : November 15, 1996
|
|
Author : Albert PAIS
|
|
//////////////////////////////////////////////////////////////////////
|
|
Purpose :
|
|
this file includes all headers relative to AIDebug modul
|
|
//////////////////////////////////////////////////////////////////////
|
|
*/
|
|
#undef extern
|
|
#include "specif/AID_Trac.h"
|
|
#include "AID_Main.h"
|
|
/*#include "AID_Misc.h"*/
|
|
/* error management :*/
|
|
#include "ErrAID.h"
|
|
#include "MemAID.h"
|