feat: establish the bounded production architecture
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "app_interfaces.h"
|
||||
|
||||
typedef struct { random_source_t random; scheduler_t scheduler; } bot_player_t;
|
||||
Reference in New Issue
Block a user