add and remove consts

This commit is contained in:
ehouse 2005-01-09 18:45:36 +00:00
parent a6d1349805
commit e45cad7e07

View file

@ -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__