mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +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 */
|
||||
|
||||
,EPlayerLocationChoice1
|
||||
,EPlayerLocationChoice2
|
||||
,EPlayerLocationChoice3
|
||||
,EPlayerLocationChoice4
|
||||
|
||||
,EPlayerName1
|
||||
,EPlayerName2
|
||||
,EPlayerName3
|
||||
,EPlayerName4
|
||||
|
||||
,EPlayerSpeciesChoice1
|
||||
,EPlayerSpeciesChoice2
|
||||
,EPlayerSpeciesChoice3
|
||||
,EPlayerSpeciesChoice4
|
||||
|
||||
,EDecryptPassword1
|
||||
,EDecryptPassword2
|
||||
,EDecryptPassword3
|
||||
,EDecryptPassword4
|
||||
,EPlayerLocationChoice
|
||||
,EPlayerName
|
||||
,EPlayerSpeciesChoice
|
||||
,EDecryptPassword
|
||||
|
||||
,EPage1
|
||||
,EPage2
|
||||
,EPage3
|
||||
|
||||
,EConnectionRole
|
||||
,EConnectionType
|
||||
|
||||
|
||||
,ESelDictName
|
||||
,ESelDictChoice
|
||||
,EPlayerSpecies
|
||||
|
||||
,ENPlayersList
|
||||
,ENPlayersWhichList
|
||||
};
|
||||
|
||||
#endif // __XWORDS_HRH__
|
||||
|
|
Loading…
Reference in a new issue