mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
new typedef
This commit is contained in:
parent
311ea2071f
commit
db7656def8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue