mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +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 void* XP_Bitmap;
|
||||||
|
|
||||||
|
typedef XP_UCHAR XP_UCHAR4[4];
|
||||||
|
|
||||||
/* I'm going to try putting all forward "class" decls in the same file */
|
/* I'm going to try putting all forward "class" decls in the same file */
|
||||||
typedef struct BoardCtxt BoardCtxt;
|
typedef struct BoardCtxt BoardCtxt;
|
||||||
typedef struct CommMgrCtxt CommMgrCtxt;
|
typedef struct CommMgrCtxt CommMgrCtxt;
|
||||||
|
|
Loading…
Add table
Reference in a new issue