#pragma once #include "app_interfaces.h" typedef struct { random_source_t random; scheduler_t scheduler; } bot_player_t;