reman3/Rayman_X/cpa/tempgrp/TID/Inc/debugcom.h

14 lines
214 B
C

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