VIPRA Documentation
Loading...
Searching...
No Matches
pedestrians.hpp
1#pragma once
2
3#include "vipra/macros/performance.hpp"
4
5#define VIPRA_PEDS_INIT_STEP \
6 void init_step(VIPRA::Modules::Map const& map, VIPRA::Random::Engine& engine)
7
8#define VIPRA_PEDS_UPDATE_STEP void update_step(VIPRA::State const& state)
9
10#define VIPRA_PEDS_RESET void reset_peds_module()