| 210 | } |
| 211 | |
| 212 | static std::string GetBaseConfig() { |
| 213 | return R"EOF( |
| 214 | include conf/base.conf |
| 215 | include conf/std.conf |
| 216 | |
| 217 | set int steps_per_frame 1 |
| 218 | set int return_after_each_step 1 |
| 219 | set string visual |
| 220 | )EOF"; |
| 221 | } |
| 222 | |
| 223 | extern "C" { |
| 224 | void Spawn(float x, float y, float r) { |