#pragma once
#include "Vec.hpp"
constexpr Veci WORLD_SIZE = {.x = 10000, .y = 10000};
constexpr double MIN_CONTROL_DISTANCE = 10;