![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::Util |
namespace | Divide::Util::detail |
Functions | |
bool | Divide::Util::FindCommandLineArgument (int argc, char **argv, const char *target_arg, const char *arg_prefix="--") |
bool | Divide::Util::ExtractStartupProject (int argc, char **argv, string &projectOut, const char *arg_prefix="--") |
bool | Divide::Util::IsNumber (const char *s) |
void | Divide::Util::CStringRemoveChar (char *str, char charToRemove) noexcept |
bool | Divide::Util::IsEmptyOrNull (const char *str) noexcept |
char * | Divide::Util::commaprint (U64 number) noexcept |