mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
add a const
This commit is contained in:
parent
db0c4d24a2
commit
dde7cfa9b1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef enum {
|
||||||
typedef struct DrawScoreInfo {
|
typedef struct DrawScoreInfo {
|
||||||
LastScoreCallback lsc;
|
LastScoreCallback lsc;
|
||||||
void* lscClosure;
|
void* lscClosure;
|
||||||
XP_UCHAR* name;
|
const XP_UCHAR* name;
|
||||||
XP_U16 playerNum;
|
XP_U16 playerNum;
|
||||||
XP_S16 totalScore;
|
XP_S16 totalScore;
|
||||||
XP_S16 nTilesLeft; /* < 0 means don't use */
|
XP_S16 nTilesLeft; /* < 0 means don't use */
|
||||||
|
|
Loading…
Reference in a new issue