Home
last modified time | relevance | path

Searched refs:charTypeStr (Results 1 – 2 of 2) sorted by relevance

/dports/games/scourge/scourge/src/
H A Dpceditor.h67 std::string* charTypeStr; variable
H A Dpceditor.cpp70 delete[] charTypeStr; in ~PcEditor()
518 charTypeStr = new string[ Characters::getRootCount() ]; in createUI()
520 charTypeStr[i] = Characters::getRootByIndex( i )->getDisplayName(); in createUI()
522 charType->setLines( Characters::getRootCount(), charTypeStr ); in createUI()