{Core,examples}: add TODO markers for core APIs that require module exposure
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
03a089610b
commit
4a000c7995
9 changed files with 17 additions and 3 deletions
|
|
@ -77,6 +77,7 @@ fn tick(
|
|||
game: *Mod,
|
||||
) !void {
|
||||
// TODO(important): event polling should occur in mach.Core module and get fired as ECS event.
|
||||
// TODO(Core)
|
||||
var iter = mach.core.pollEvents();
|
||||
var direction = game.state().direction;
|
||||
var spawning = game.state().spawning;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue