// BEGIN ROMTEAM Cristi Petrescu 98-06-
typedef struct stDebugAICom
{
union
struct
CString csName;
CString csValue;
long lIndex;
};
} tdstDebugAICom;
// END ROMTEAM Cristi Petrescu 98-06-