|
MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
|
Parsed SDL program arguments (resolution, path, fullscreen). More...
#include <argz.hpp>
Public Attributes | |
| int | width |
| int | height |
| window dimensions | |
| std::string | path |
| assets path | |
| bool | fullscreen |
| fullscreen mode flag | |
Parsed SDL program arguments (resolution, path, fullscreen).
| bool mx::Arguments::fullscreen |
| int mx::Arguments::height |
| std::string mx::Arguments::path |
| int mx::Arguments::width |
Definition at line 486 of file argz.hpp.
Referenced by mx::proc_args().