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