|
Army ant simulation
|
#include "Box2D/Box2D.h"#include "SFML/Graphics.hpp"#include "SFML/Window.hpp"#include <iostream>#include "Config.h"#include "Demo.h"
Go to the source code of this file.
Functions | |
| void | default_parameters (config::sConfig &cfg) |
| void | parse_argument (char *argv[], int i, config::sConfig &cfg) |
| void | load_config (std::string filename, config::sConfig &cfg) |
| void | help () |
| int | main (int argc, char *argv[]) |
| void default_parameters | ( | config::sConfig & | cfg | ) |
Update the config::sConfig cfg with the default configuration parameter values
Definition at line 72 of file main.cpp.

| void help | ( | ) |
1.8.14