mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
add and remove consts
This commit is contained in:
parent
a6d1349805
commit
e45cad7e07
1 changed files with 9 additions and 20 deletions
|
@ -52,35 +52,24 @@ enum TXWordsIds {
|
||||||
|
|
||||||
,EAskContents /* edit control in generic ask dlg */
|
,EAskContents /* edit control in generic ask dlg */
|
||||||
|
|
||||||
,EPlayerLocationChoice1
|
,EPlayerLocationChoice
|
||||||
,EPlayerLocationChoice2
|
,EPlayerName
|
||||||
,EPlayerLocationChoice3
|
,EPlayerSpeciesChoice
|
||||||
,EPlayerLocationChoice4
|
,EDecryptPassword
|
||||||
|
|
||||||
,EPlayerName1
|
|
||||||
,EPlayerName2
|
|
||||||
,EPlayerName3
|
|
||||||
,EPlayerName4
|
|
||||||
|
|
||||||
,EPlayerSpeciesChoice1
|
|
||||||
,EPlayerSpeciesChoice2
|
|
||||||
,EPlayerSpeciesChoice3
|
|
||||||
,EPlayerSpeciesChoice4
|
|
||||||
|
|
||||||
,EDecryptPassword1
|
|
||||||
,EDecryptPassword2
|
|
||||||
,EDecryptPassword3
|
|
||||||
,EDecryptPassword4
|
|
||||||
|
|
||||||
,EPage1
|
,EPage1
|
||||||
,EPage2
|
,EPage2
|
||||||
|
,EPage3
|
||||||
|
|
||||||
,EConnectionRole
|
,EConnectionRole
|
||||||
,EConnectionType
|
,EConnectionType
|
||||||
|
|
||||||
|
|
||||||
,ESelDictName
|
,ESelDictName
|
||||||
|
,ESelDictChoice
|
||||||
,EPlayerSpecies
|
,EPlayerSpecies
|
||||||
|
|
||||||
|
,ENPlayersList
|
||||||
|
,ENPlayersWhichList
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __XWORDS_HRH__
|
#endif // __XWORDS_HRH__
|
||||||
|
|
Loading…
Reference in a new issue