feat: establish the bounded production architecture
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "game_types.h"
|
||||
|
||||
/* Rule implementation begins in Milestone 007. */
|
||||
typedef struct { game_state_t state; } game_engine_t;
|
||||
Reference in New Issue
Block a user