mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
more ini interface adjustments .
This commit is contained in:
parent
979e35c389
commit
0c0cfedd03
3 changed files with 77 additions and 50 deletions
|
@ -5,7 +5,7 @@
|
|||
class INIHelper
|
||||
{
|
||||
public:
|
||||
static bool StingToBool(const CString& str, bool def)
|
||||
static bool StringToBool(const CString& str, bool def)
|
||||
{
|
||||
switch (toupper(static_cast<unsigned char>(*str))) {
|
||||
case '1':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue