Update from 9

This commit is contained in:
Administrator 2024-06-28 14:39:50 +00:00
parent 8c138fe3fe
commit 384bc37985
3 changed files with 5 additions and 1 deletions

View file

@ -36,3 +36,5 @@ void userInput(UserAction_t action, bool hold);
GameInfo_t updateCurrentState();
```
Note that the information about the current game state `GameInfo_t` can be represented inside the game library as a static object.