VIPRA Documentation
Loading...
Searching...
No Matches
map.hpp
1#pragma once
2
3#define VIPRA_MAP_INIT \
4 void init_step( \
5 std::vector<VIPRA::Geometry::Polygon> const& obstacles, \
6 std::map<std::string, std::vector<VIPRA::Geometry::Polygon>> const& objectives, \
7 std::vector<VIPRA::Geometry::Polygon> const& spawns, \
8 std::map<std::string, VIPRA::Geometry::Polygon> const& areas)
9
10#define VIPRA_MAP_RESET void reset_map_module()