new typedef

This commit is contained in:
ehouse 2003-11-16 16:40:44 +00:00
parent 311ea2071f
commit db7656def8

View file

@ -36,6 +36,8 @@ typedef XP_U8 Tile;
typedef void* XP_Bitmap;
typedef XP_UCHAR XP_UCHAR4[4];
/* I'm going to try putting all forward "class" decls in the same file */
typedef struct BoardCtxt BoardCtxt;
typedef struct CommMgrCtxt CommMgrCtxt;