mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
Added CommandLine data accessors.
This commit is contained in:
@@ -319,4 +319,14 @@ namespace bx
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int32_t CommandLine::getNum() const
|
||||
{
|
||||
return m_argc;
|
||||
}
|
||||
|
||||
char const* CommandLine::get(int32_t _idx) const
|
||||
{
|
||||
return m_argv[_idx];
|
||||
}
|
||||
|
||||
} // namespace bx
|
||||
|
||||
Reference in New Issue
Block a user