Update Primitive Data Types
@@ -75,8 +75,8 @@ int main()
|
||||
ehs::Initialize("Test", "Test", {0, 0, 0});
|
||||
|
||||
ehs::Console::Write_8("Enter a number: ");
|
||||
|
||||
ehs::Str_8 strValue = ehs::Console::Read_8();
|
||||
|
||||
const ehs::Str_8 strValue = ehs::Console::Read_8();
|
||||
if (!strValue.IsNum())
|
||||
{
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user