Skip to content

Commit

Permalink
Add comment to clarify where World and initWorld come from
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Sep 5, 2024
1 parent 8ffd62f commit 332151d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lean/Examples/BasicECS.lean
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace BasicECS
structure Camera where
camera : Camera3D

-- Brings `World` and `initWorld` into scope
makeWorldAndComponents Camera

def init : System World Unit := do
Expand Down

0 comments on commit 332151d

Please sign in to comment.